mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave all projects
This commit is contained in:
parent
a904aa592f
commit
6ec5c0216b
16 changed files with 16 additions and 12 deletions
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||||
def ndkVersionString = "26.2.11394342"
|
def ndkVersionString = "26.2.11394342"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 34
|
compileSdk 34
|
||||||
ndkVersion ndkVersionString
|
ndkVersion ndkVersionString
|
||||||
namespace "com.rmsl.jucedemorunner"
|
namespace "com.rmsl.jucedemorunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
classpath 'com.android.tools.build:gradle:8.4.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
examples/DemoRunner/Builds/Android/gradle.properties
Normal file
1
examples/DemoRunner/Builds/Android/gradle.properties
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
android.useAndroidX=true
|
||||||
|
|
@ -1 +1 @@
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
|
||||||
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||||
def ndkVersionString = "26.2.11394342"
|
def ndkVersionString = "26.2.11394342"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 34
|
compileSdk 34
|
||||||
ndkVersion ndkVersionString
|
ndkVersion ndkVersionString
|
||||||
namespace "com.juce.audioperformancetest"
|
namespace "com.juce.audioperformancetest"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
classpath 'com.android.tools.build:gradle:8.4.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
android.useAndroidX=true
|
||||||
|
|
@ -1 +1 @@
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
|
||||||
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||||
def ndkVersionString = "26.2.11394342"
|
def ndkVersionString = "26.2.11394342"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 34
|
compileSdk 34
|
||||||
ndkVersion ndkVersionString
|
ndkVersion ndkVersionString
|
||||||
namespace "com.juce.audiopluginhost"
|
namespace "com.juce.audiopluginhost"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
classpath 'com.android.tools.build:gradle:8.4.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
extras/AudioPluginHost/Builds/Android/gradle.properties
Normal file
1
extras/AudioPluginHost/Builds/Android/gradle.properties
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
android.useAndroidX=true
|
||||||
|
|
@ -1 +1 @@
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
|
||||||
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||||
def ndkVersionString = "26.2.11394342"
|
def ndkVersionString = "26.2.11394342"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 34
|
compileSdk 34
|
||||||
ndkVersion ndkVersionString
|
ndkVersion ndkVersionString
|
||||||
namespace "com.juce.networkgraphicsdemo"
|
namespace "com.juce.networkgraphicsdemo"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
classpath 'com.android.tools.build:gradle:8.4.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
android.useAndroidX=true
|
||||||
|
|
@ -1 +1 @@
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
|
||||||
Loading…
Add table
Add a link
Reference in a new issue