SDL: switched build system from Ant to Gradle, because Google forced this piece of shit on me with SDK update

If you are getting build errors, delete the directory project/app/build
This commit is contained in:
Sergii Pylypenko
2017-09-26 23:27:43 +03:00
parent 5223f423d8
commit 4701548e01
24 changed files with 351 additions and 1364 deletions

View File

@@ -0,0 +1,19 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "net.olofson.ballfield"
minSdkVersion 9
targetSdkVersion 25
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

View File

@@ -0,0 +1 @@
../../../AndroidManifest.xml

1
project/app/src/main/assets Symbolic link
View File

@@ -0,0 +1 @@
../../../assets

1
project/app/src/main/java Symbolic link
View File

@@ -0,0 +1 @@
../../../src/

View File

@@ -0,0 +1 @@
../../../libs/

1
project/app/src/main/res Symbolic link
View File

@@ -0,0 +1 @@
../../../res