1
0
Fork 0
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:
Tom Poole 2023-03-03 09:57:20 +00:00
parent 4e2a8cc6c4
commit 8efadd14bb
42 changed files with 1035 additions and 99 deletions

View file

@ -2,10 +2,12 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 33
ndkVersion "25.2.9519653"
namespace "com.juce.audioperformancetest"
externalNativeBuild {
cmake {
path "CMakeLists.txt"
version "3.22.1"
}
}
signingConfigs {