1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Try to fix gradle build with latest sdk/ndk

This commit is contained in:
Mathieu Schroeter 2018-06-08 16:40:23 +02:00
parent 1783fdf41f
commit de03d2280f
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "25.0.0"
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "org.libsdl.app"
minSdkVersion 19
@ -17,7 +17,7 @@ android {
}
}
ndk {
abiFilters 'armeabi'
abiFilters 'armeabi-v7a'
}
}
buildTypes {

View File

@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:3.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Fri Jun 08 16:33:47 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip