File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- version : ' 0.5.2.1_ {build}-{branch}'
1
+ version : ' 0.5.2.2_ {build}-{branch}'
2
2
3
3
environment :
4
4
ANDROID_HOME : C:\android-sdk-windows
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1.1 '
10
+ classpath ' com.android.tools.build:gradle:4.1.2 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
@@ -16,7 +16,7 @@ buildscript {
16
16
17
17
allprojects {
18
18
// Values set here will be overriden by AppVeyor, feel free to modify during development.
19
- def buildVersionName = ' v0.5.2.1 '
19
+ def buildVersionName = ' v0.5.2.2 '
20
20
def buildVersionCode = 233
21
21
22
22
if (System . env. APPVEYOR_BUILD_VERSION != null ) {
You can’t perform that action at this time.
0 commit comments