Skip to content

Commit

Permalink
Updated version name and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
choiman1559 committed Sep 10, 2024
1 parent c3234e5 commit f605590
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "com.noti.main"
minSdkVersion 23
targetSdkVersion 34
versionCode 1012105
versionName "1.21.5"
versionCode 1012200
versionName "1.22.0"

multiDexEnabled true
ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down Expand Up @@ -75,14 +75,14 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.0'
implementation "androidx.documentfile:documentfile:1.0.1"
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.palette:palette-ktx:1.0.0'
Expand Down

0 comments on commit f605590

Please sign in to comment.