mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +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"
|
||||
|
||||
android {
|
||||
compileSdkVersion 34
|
||||
compileSdk 34
|
||||
ndkVersion ndkVersionString
|
||||
namespace "com.rmsl.jucedemorunner"
|
||||
externalNativeBuild {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue