update kotlin, some libs & agp
* kotlin 1.5.10 -> 1.5.20 * core-ktx 1.5.0 -> 1.6.0 * material-components-android 1.3.0 -> 1.4.0
This commit is contained in:
		| @ -43,7 +43,7 @@ dependencies { | ||||
|     implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | ||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0' | ||||
|  | ||||
|     implementation 'androidx.core:core-ktx:1.5.0' | ||||
|     implementation 'androidx.core:core-ktx:1.6.0' | ||||
|     implementation 'androidx.appcompat:appcompat:1.3.0' | ||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.0.4' | ||||
|     implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' | ||||
| @ -53,7 +53,7 @@ dependencies { | ||||
|     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' | ||||
|     implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' | ||||
|  | ||||
|     implementation 'com.google.android.material:material:1.3.0' | ||||
|     implementation 'com.google.android.material:material:1.4.0' | ||||
|     implementation 'com.google.code.gson:gson:2.8.7' | ||||
|     implementation 'com.google.android.exoplayer:exoplayer-core:2.14.1' | ||||
|     implementation 'com.google.android.exoplayer:exoplayer-hls:2.14.1' | ||||
| @ -68,8 +68,8 @@ dependencies { | ||||
|     implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0' | ||||
|  | ||||
|     testImplementation 'junit:junit:4.13.2' | ||||
|     androidTestImplementation 'androidx.test.ext:junit:1.1.2' | ||||
|     androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' | ||||
|     androidTestImplementation 'androidx.test.ext:junit:1.1.3' | ||||
|     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' | ||||
|  | ||||
| } | ||||
|  | ||||
|  | ||||
| @ -1,12 +1,12 @@ | ||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
| buildscript { | ||||
|     ext.kotlin_version = "1.5.10" | ||||
|     ext.kotlin_version = "1.5.20" | ||||
|     repositories { | ||||
|         google() | ||||
|         mavenCentral() | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:4.2.1' | ||||
|         classpath 'com.android.tools.build:gradle:4.2.2' | ||||
|         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|  | ||||
		Reference in New Issue
	
	Block a user