File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ android {
2525 applicationId " com.noti.main"
2626 minSdkVersion 23
2727 targetSdkVersion 34
28- versionCode 1012105
29- versionName " 1.21.5 "
28+ versionCode 1012200
29+ versionName " 1.22.0 "
3030
3131 multiDexEnabled true
3232 ndk. abiFilters ' armeabi-v7a' , ' arm64-v8a' , ' x86' , ' x86_64'
@@ -75,14 +75,14 @@ android {
7575}
7676
7777dependencies {
78- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.1 '
78+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.2 '
7979 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
8080 testImplementation ' junit:junit:4.13.2'
8181 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
8282 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
8383
84- implementation ' androidx.navigation:navigation-fragment-ktx:2.7.7 '
85- implementation ' androidx.navigation:navigation-ui-ktx:2.7.7 '
84+ implementation ' androidx.navigation:navigation-fragment-ktx:2.8.0 '
85+ implementation ' androidx.navigation:navigation-ui-ktx:2.8.0 '
8686 implementation " androidx.documentfile:documentfile:1.0.1"
8787 implementation ' androidx.core:core-ktx:1.13.1'
8888 implementation ' androidx.palette:palette-ktx:1.0.0'
You can’t perform that action at this time.
0 commit comments