diff --git a/metadata/com.tunerly.yml b/metadata/com.tunerly.yml index 5cf8f16e90..9b6879f6a0 100644 --- a/metadata/com.tunerly.yml +++ b/metadata/com.tunerly.yml @@ -112,7 +112,24 @@ Builds: - popd - mv $$TarsosDSP$$/build/TarsosDSP-Android-2.4.jar libs/TarsosDSP-2.4.jar + - versionName: 1.0.6 + versionCode: 7 + commit: db704da52c5899222ee28e7a2ed07c9f776c913c + subdir: app/ + gradle: + - yes + srclibs: + - TarsosDSP@d9583528b9573a97c220d19e6d9ab2929e9bd1c5 + prebuild: sed -i -e '/maven.localazy.com/d' ../build.gradle + scandelete: + - app/libs/ + build: + - pushd $$TarsosDSP$$/build/ + - ant tarsos_dsp_android_library + - popd + - mv $$TarsosDSP$$/build/TarsosDSP-Android-2.4.jar libs/TarsosDSP-2.4.jar + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 1.0.5 -CurrentVersionCode: 6 +CurrentVersion: 1.0.6 +CurrentVersionCode: 7