File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
6
6
applicationId " com.csl.cs108ademoapp"
7
7
minSdkVersion 19
8
8
targetSdkVersion 30
9
- versionCode 31
9
+ versionCode 32
10
10
versionName " 2.2.0"
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ android {
5
5
defaultConfig {
6
6
minSdkVersion 19
7
7
targetSdkVersion 30
8
- versionCode 31
9
- versionName " 2.1.22 "
10
- buildConfigField ' String' , ' VERSION_NAME' , " \" 2.1.22 \" "
8
+ versionCode 32
9
+ versionName " 2.2.0 "
10
+ buildConfigField ' String' , ' VERSION_NAME' , " \" 2.2.0 \" "
11
11
12
12
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
13
13
}
@@ -23,6 +23,7 @@ android {
23
23
}
24
24
}
25
25
26
+
26
27
dependencies {
27
28
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
28
29
androidTestImplementation(' androidx.test.espresso:espresso-core:3.3.0' , {
You can’t perform that action at this time.
0 commit comments