mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Although Java bytecode/language features are supported on higher Android API levels, JUCE must support back to Android 24, which requires Java version 8 or earlier.
5 lines
No EOL
142 B
Groovy
5 lines
No EOL
142 B
Groovy
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
|
|
}
|
|
rootProject.name = 'AudioPerformanceTest'
|
|
include ':app' |