1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Re-saved all projects

This commit is contained in:
hogliux 2017-11-03 11:00:07 +00:00
parent 95b38b6623
commit 1cb3511793
31 changed files with 93 additions and 30 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 10
buildToolsVersion "26.0.0"
buildToolsVersion "27.0.0"
externalNativeBuild {
cmake {
path "CMakeLists.txt"
@ -46,6 +46,7 @@ android {
}
}
flavorDimensions "default"
productFlavors {
debug_ {
ndk {
@ -56,6 +57,8 @@ android {
arguments "-DJUCE_BUILD_CONFIGFURATION=DEBUG", "-DCMAKE_CXX_FLAGS_DEBUG=-O0", "-DCMAKE_C_FLAGS_DEBUG=-O0"
}
}
dimension "default"
}
release_ {
externalNativeBuild {
@ -63,6 +66,8 @@ android {
arguments "-DJUCE_BUILD_CONFIGFURATION=RELEASE", "-DCMAKE_CXX_FLAGS_RELEASE=-O3", "-DCMAKE_C_FLAGS_RELEASE=-O3"
}
}
dimension "default"
}
}

View file

@ -1,9 +1,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
}
}

View file

@ -1 +1 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip