From 971a894a41abc24aa63ca81e3b695de69b84fe64 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sat, 17 Apr 2021 23:01:37 +0200 Subject: [PATCH] Misc fixes after build cycle --- metadata/com.emanuelef.remote_capture.yml | 3 ++- metadata/com.greenaddress.greenbits_android_wallet.yml | 2 +- metadata/com.invoiceninja.app.yml | 10 +++++----- metadata/com.limelight.yml | 1 + metadata/com.mbestavros.geometricweather.yml | 6 +++--- metadata/com.securefilemanager.app.yml | 1 + metadata/com.swordfish.lemuroid.yml | 2 +- metadata/com.termux.yml | 1 + metadata/de.spiritcroc.riotx.yml | 2 +- metadata/org.catrobat.paintroid.yml | 4 ++-- 10 files changed, 18 insertions(+), 14 deletions(-) diff --git a/metadata/com.emanuelef.remote_capture.yml b/metadata/com.emanuelef.remote_capture.yml index ba626ad62e..5b8762bcc7 100644 --- a/metadata/com.emanuelef.remote_capture.yml +++ b/metadata/com.emanuelef.remote_capture.yml @@ -143,7 +143,8 @@ Builds: gradle: - yes output: app/build/outputs/apk/release/app-release-unsigned.apk - ndk: r22 + prebuild: sed -i -e 's/22.0.7026061/22.1.7171670/' app/build.gradle + ndk: r22b AutoUpdateMode: Version v%v UpdateCheckMode: Tags diff --git a/metadata/com.greenaddress.greenbits_android_wallet.yml b/metadata/com.greenaddress.greenbits_android_wallet.yml index f0f972831c..641a9ca39d 100644 --- a/metadata/com.greenaddress.greenbits_android_wallet.yml +++ b/metadata/com.greenaddress.greenbits_android_wallet.yml @@ -1959,7 +1959,7 @@ Builds: - apt-get update || apt-get update - apt-get install -y build-essential clang virtualenv gradle: - - production + - yes forcevercode: true prebuild: sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle scanignore: diff --git a/metadata/com.invoiceninja.app.yml b/metadata/com.invoiceninja.app.yml index 8ba8cf0309..670da28f1c 100644 --- a/metadata/com.invoiceninja.app.yml +++ b/metadata/com.invoiceninja.app.yml @@ -5,13 +5,13 @@ AuthorName: Invoice Ninja AuthorEmail: contact@invoiceninja.com AuthorWebSite: https://www.invoiceninja.com/ WebSite: https://www.invoiceninja.org/ -SourceCode: https://github.com/invoiceninja/flutter-client -IssueTracker: https://github.com/invoiceninja/flutter-client/issues +SourceCode: https://github.com/invoiceninja/admin-portal +IssueTracker: https://github.com/invoiceninja/admin-portal/issues AutoName: Invoice Ninja RepoType: git -Repo: https://github.com/invoiceninja/flutter-client +Repo: https://github.com/invoiceninja/admin-portal Builds: - versionName: 5.0.44 @@ -70,7 +70,7 @@ Builds: commit: v5.0.46 output: build/app/outputs/flutter-apk/app-release.apk srclibs: - - flutter@1.27.0-1.0.pre + - flutter@2.0.5 rm: - ios - linux @@ -92,6 +92,6 @@ Builds: AutoUpdateMode: Version v%v UpdateCheckMode: HTTP -UpdateCheckData: https://raw.githubusercontent.com/invoiceninja/flutter-client/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +UpdateCheckData: https://raw.githubusercontent.com/invoiceninja/admin-portal/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ CurrentVersion: 5.0.46 CurrentVersionCode: 46 diff --git a/metadata/com.limelight.yml b/metadata/com.limelight.yml index 77d99125e4..9aed68ad67 100644 --- a/metadata/com.limelight.yml +++ b/metadata/com.limelight.yml @@ -2713,6 +2713,7 @@ Builds: - versionName: 9.8.5 versionCode: 256 + disable: fails to build commit: v9.8.5 subdir: app submodules: true diff --git a/metadata/com.mbestavros.geometricweather.yml b/metadata/com.mbestavros.geometricweather.yml index 8b2505a92f..1cb104a588 100644 --- a/metadata/com.mbestavros.geometricweather.yml +++ b/metadata/com.mbestavros.geometricweather.yml @@ -21,14 +21,14 @@ Builds: gradle: - yes - - versionName: '2.610' + - versionName: 2.610-foss versionCode: 26100 commit: 2.610-foss subdir: app gradle: - yes -AutoUpdateMode: Version %v +AutoUpdateMode: Version %v-foss UpdateCheckMode: Tags -CurrentVersion: '2.610' +CurrentVersion: 2.610-foss CurrentVersionCode: 26100 diff --git a/metadata/com.securefilemanager.app.yml b/metadata/com.securefilemanager.app.yml index 8a06821476..bd752c08b3 100644 --- a/metadata/com.securefilemanager.app.yml +++ b/metadata/com.securefilemanager.app.yml @@ -47,6 +47,7 @@ Builds: - update-alternatives --auto java gradle: - yes + prebuild: sed -i -e 's/gradle-7.0-rc-1/gradle-7.0/' ../gradle/wrapper/gradle-wrapper.properties AutoUpdateMode: Version v%v UpdateCheckMode: Tags diff --git a/metadata/com.swordfish.lemuroid.yml b/metadata/com.swordfish.lemuroid.yml index 812f29c8f3..6f94ad4fed 100644 --- a/metadata/com.swordfish.lemuroid.yml +++ b/metadata/com.swordfish.lemuroid.yml @@ -74,7 +74,7 @@ Builds: subdir: lemuroid-app submodules: true gradle: - - free + - freeDynamic scandelete: - lemuroid-cores/lemuroid_core_mednafen_pce_fast/src/main/jniLibs - lemuroid-cores/lemuroid_core_handy/src/main/jniLibs diff --git a/metadata/com.termux.yml b/metadata/com.termux.yml index 5bb3f6b9a8..d1f1cc367f 100644 --- a/metadata/com.termux.yml +++ b/metadata/com.termux.yml @@ -683,6 +683,7 @@ Builds: prebuild: - sed -i -e '/splits\ {/,+8d' build.gradle - sed -i -e '/publishing {/,/^}/d' ../terminal-{emulator,view}/build.gradle + - sed -i -e 's/22.0.7026061/22.1.7171670/' build.gradle ndk: r22b AutoUpdateMode: Version v%v diff --git a/metadata/de.spiritcroc.riotx.yml b/metadata/de.spiritcroc.riotx.yml index a7c06d7512..4adab3f09a 100644 --- a/metadata/de.spiritcroc.riotx.yml +++ b/metadata/de.spiritcroc.riotx.yml @@ -345,7 +345,7 @@ Builds: ndk: r21e - versionName: 1.1.3.sc30 - versionCode: 40101040 + versionCode: 40100440 commit: sc_v1.1.3.sc30 subdir: vector gradle: diff --git a/metadata/org.catrobat.paintroid.yml b/metadata/org.catrobat.paintroid.yml index cced89effd..169379d0a4 100644 --- a/metadata/org.catrobat.paintroid.yml +++ b/metadata/org.catrobat.paintroid.yml @@ -52,12 +52,12 @@ Builds: - versionName: 2.7.1 versionCode: 38 - commit: v2.7.1 + commit: 2.7.1 subdir: app gradle: - yes -AutoUpdateMode: Version v%v +AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/Catrobat/Paintroid/master/build.gradle|androidVersionCode = ([0-9]*)|.|androidVersionName = '([0-9.]*)'