File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
12
12
applicationId " com.soi.moya"
13
13
minSdk 24
14
14
targetSdk 33
15
- versionCode 15
16
- versionName " 1.1.2 "
15
+ versionCode 21
16
+ versionName " 1.1.4 "
17
17
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
19
}
@@ -59,6 +59,7 @@ dependencies {
59
59
implementation ' androidx.appcompat:appcompat:1.6.1'
60
60
implementation ' com.google.android.material:material:1.9.0'
61
61
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
62
+ implementation ' com.google.android.material:material:1.9.0'
62
63
testImplementation ' junit:junit:4.13.2'
63
64
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
64
65
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
You can’t perform that action at this time.
0 commit comments