mirror of
				https://github.com/AdrianKuta/Expandable-RecyclerView.git
				synced 2025-10-31 00:43:39 +01:00 
			
		
		
		
	Updated libraries
This commit is contained in:
		
							
								
								
									
										1
									
								
								.idea/misc.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								.idea/misc.xml
									
									
									
										generated
									
									
									
								
							| @@ -1,4 +1,3 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <project version="4"> | <project version="4"> | ||||||
|   <component name="DesignSurface"> |   <component name="DesignSurface"> | ||||||
|     <option name="filePathToZoomLevelMap"> |     <option name="filePathToZoomLevelMap"> | ||||||
|   | |||||||
| @@ -28,12 +28,12 @@ android { | |||||||
| dependencies { | dependencies { | ||||||
|     implementation fileTree(dir: 'libs', include: ['*.jar']) |     implementation fileTree(dir: 'libs', include: ['*.jar']) | ||||||
|     implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |     implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" | ||||||
|     implementation 'androidx.appcompat:appcompat:1.5.1' |     implementation 'androidx.appcompat:appcompat:1.6.1' | ||||||
|     implementation 'androidx.core:core-ktx:1.9.0' |     implementation 'androidx.core:core-ktx:1.10.1' | ||||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.1.4' |     implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | ||||||
|     implementation 'com.github.adriankuta:expandable-recyclerView:2.1.0' |     implementation 'com.github.adriankuta:expandable-recyclerView:2.1.0' | ||||||
|  |  | ||||||
|     testImplementation 'junit:junit:4.13.2' |     testImplementation 'junit:junit:4.13.2' | ||||||
|     androidTestImplementation 'androidx.test.ext:junit:1.1.4' |     androidTestImplementation 'androidx.test.ext:junit:1.1.5' | ||||||
|     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' |     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||||
|  |  | ||||||
| buildscript { | buildscript { | ||||||
|     ext.kotlin_version = '1.7.20' |     ext.kotlin_version = '1.8.22' | ||||||
|     repositories { |     repositories { | ||||||
|         google() |         google() | ||||||
|         mavenCentral() |         mavenCentral() | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ android { | |||||||
|     defaultConfig { |     defaultConfig { | ||||||
|         minSdkVersion 23 |         minSdkVersion 23 | ||||||
|         targetSdkVersion 33 |         targetSdkVersion 33 | ||||||
|         versionName "2.1.1" |         versionName "2.1.2" | ||||||
|  |  | ||||||
|         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||||||
|         consumerProguardFiles 'consumer-rules.pro' |         consumerProguardFiles 'consumer-rules.pro' | ||||||
| @@ -31,14 +31,14 @@ android { | |||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" | ||||||
|     implementation 'androidx.appcompat:appcompat:1.5.1' |     implementation 'androidx.appcompat:appcompat:1.6.1' | ||||||
|     implementation 'androidx.core:core-ktx:1.9.0' |     implementation 'androidx.core:core-ktx:1.10.1' | ||||||
|     api "androidx.recyclerview:recyclerview:1.2.1" |     api "androidx.recyclerview:recyclerview:1.3.0" | ||||||
|     api "com.github.adriankuta:tree-structure:2.1.0" |     api "com.github.adriankuta:tree-structure:3.0.2" | ||||||
|  |  | ||||||
|     testImplementation 'junit:junit:4.13.2' |     testImplementation 'junit:junit:4.13.2' | ||||||
|     androidTestImplementation 'androidx.test.ext:junit:1.1.4' |     androidTestImplementation 'androidx.test.ext:junit:1.1.5' | ||||||
|     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' |     androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' | ||||||
| } | } | ||||||
|  |  | ||||||
| ext { | ext { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user