Skip to content

Commit f550c62

Browse files
committed
[Chore] version code update
1 parent a9913c2 commit f550c62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.soi.moya"
1313
minSdk 24
1414
targetSdk 33
15-
versionCode 15
16-
versionName "1.1.2"
15+
versionCode 21
16+
versionName "1.1.4"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
@@ -59,6 +59,7 @@ dependencies {
5959
implementation 'androidx.appcompat:appcompat:1.6.1'
6060
implementation 'com.google.android.material:material:1.9.0'
6161
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
62+
implementation 'com.google.android.material:material:1.9.0'
6263
testImplementation 'junit:junit:4.13.2'
6364
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6465
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)