mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 12:14:49 +02:00
Fix build.gradle and add gradle/Android Studio entries to gitignore
This commit is contained in:
+3
-2
@@ -6,12 +6,13 @@ android {
|
||||
// See https://code.google.com/p/android/issues/detail?id=52962
|
||||
// and http://stackoverflow.com/questions/27277433/why-does-gradle-build-my-module-in-release-mode-when-the-app-is-in-debug
|
||||
// defaultPublishConfig "debug"
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
|
||||
defaultConfig {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
minSdkVersion 10
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments "-j2"
|
||||
|
||||
Reference in New Issue
Block a user