Skip to content

Commit f605590

Browse files
committed
Updated version name and dependency
1 parent c3234e5 commit f605590

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

7777
dependencies {
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'

0 commit comments

Comments
 (0)