Skip to content

Commit

Permalink
Bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MlgmXyysd committed Feb 7, 2021
1 parent 7efb245 commit f623a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.5.2.1_{build}-{branch}'
version: '0.5.2.2_{build}-{branch}'

environment:
ANDROID_HOME: C:\android-sdk-windows
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.2'

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

allprojects {
// Values set here will be overriden by AppVeyor, feel free to modify during development.
def buildVersionName = 'v0.5.2.1'
def buildVersionName = 'v0.5.2.2'
def buildVersionCode = 233

if (System.env.APPVEYOR_BUILD_VERSION != null) {
Expand Down

0 comments on commit f623a1d

Please sign in to comment.