Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit f29e8fb

Browse files
Update build.gradle
1 parent 6cf0d65 commit f29e8fb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.spse.javamodsoptimiser"
88
minSdkVersion 24
99
targetSdkVersion 29
10-
versionCode 2
11-
versionName "1.1"
10+
versionCode 3
11+
versionName "2.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -38,10 +38,10 @@ dependencies {
3838
implementation project(':pngquant-android')
3939
implementation project(path: ':mobile-ffmpeg')
4040
implementation project(path: ':minify-1.0.0')
41-
implementation 'androidx.navigation:navigation-fragment:2.2.2'
42-
implementation 'androidx.navigation:navigation-ui:2.2.2'
43-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
44-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
41+
implementation 'androidx.navigation:navigation-fragment:2.3.4'
42+
implementation 'androidx.navigation:navigation-ui:2.3.4'
43+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
44+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
4545

4646
testImplementation 'junit:junit:4.13'
4747
androidTestImplementation 'androidx.test.ext:junit:1.1.2'

0 commit comments

Comments
 (0)