Update Gradle & Kotlin

- Update Kotlin version to 1.7.22
- Update Gradle version to 7.6
- Update Gradle dependencies
This commit is contained in:
2023-01-02 01:22:22 +08:00
parent 55af2f73c6
commit 022f5a5442
5 changed files with 11 additions and 11 deletions

View File

@@ -50,9 +50,9 @@ dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
}