Skip to content

Commit f623a1d

Browse files
committed
Bump version and update dependencies
1 parent 7efb245 commit f623a1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.5.2.1_{build}-{branch}'
1+
version: '0.5.2.2_{build}-{branch}'
22

33
environment:
44
ANDROID_HOME: C:\android-sdk-windows

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.1.1'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
@@ -16,7 +16,7 @@ buildscript {
1616

1717
allprojects {
1818
// 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'
2020
def buildVersionCode = 233
2121

2222
if (System.env.APPVEYOR_BUILD_VERSION != null) {

0 commit comments

Comments
 (0)