@@ -4,13 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 30
8- buildToolsVersion "30.0.3"
7+ compileSdkVersion 31
98
109 defaultConfig {
1110 applicationId "{{ sdk .namespace | caseDot }}.android"
1211 minSdkVersion 21
13- targetSdkVersion 30
12+ targetSdkVersion 31
1413 versionCode 1
1514 versionName "1.0"
1615
@@ -37,23 +36,23 @@ android {
3736}
3837
3938dependencies {
40-
4139 implementation project(path: ':library')
40+
4241 implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
43- implementation 'androidx.core:core-ktx:1.5 .0'
44- implementation 'androidx.appcompat:appcompat:1.3.0 '
45- implementation 'com.google.android.material:material:1.3 .0'
46- implementation 'androidx.constraintlayout:constraintlayout:2.0.4 '
42+ implementation 'androidx.core:core-ktx:1.6 .0'
43+ implementation 'androidx.appcompat:appcompat:1.3.1 '
44+ implementation 'com.google.android.material:material:1.4 .0'
45+ implementation 'androidx.constraintlayout:constraintlayout:2.1.1 '
4746 implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
48- implementation "androidx.fragment:fragment-ktx:1.3.2 "
47+ implementation "androidx.fragment:fragment-ktx:1.3.6 "
4948 implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
5049 implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
5150 implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
5251 implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
5352 implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
54- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3 "
55- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3 "
53+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 "
54+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 "
5655 testImplementation 'junit:junit:4.+'
57- androidTestImplementation 'androidx.test.ext:junit:1.1.2 '
58- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3 .0'
56+ androidTestImplementation 'androidx.test.ext:junit:1.1.3 '
57+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4 .0'
5958}
0 commit comments