Gradle update

This commit is contained in:
Yair Morgenstern 2019-05-23 22:08:38 +03:00
parent af19d8a1b0
commit 81fcc31f2a
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 28
versionCode 245
versionName "2.16.8"
versionCode 246
versionName "2.16.9"
}
// Had to add this crap for Travis to build, it wanted to sign the app

View File

@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1'
}
}