diff --git a/metadata/io.horizontalsystems.bankwallet.yml b/metadata/io.horizontalsystems.bankwallet.yml index 926f5c5895..30971bb2e7 100644 --- a/metadata/io.horizontalsystems.bankwallet.yml +++ b/metadata/io.horizontalsystems.bankwallet.yml @@ -35,6 +35,10 @@ Builds: versionCode: 53 commit: d9cfd5c2a0620d1cabf8a57ca40dec1b36e6ab8a subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes diff --git a/metadata/net.fabiszewski.ulogger.yml b/metadata/net.fabiszewski.ulogger.yml index a68d7ba0ea..a8bb9f6beb 100644 --- a/metadata/net.fabiszewski.ulogger.yml +++ b/metadata/net.fabiszewski.ulogger.yml @@ -9,22 +9,6 @@ Donate: https://www.paypal.me/bfabiszewski Bitcoin: bc1qt3uwhze9x8tj6v73c587gprhufg9uur0rzxhvh AutoName: μlogger -Description: |- - μlogger ('micro-logger') is an application for continuous logging of location - coordinates, designed to record hiking, biking tracks and other outdoor - activities. Application works in background. Track points are saved at chosen - intervals and may be uploaded to dedicated server in real time. This client - works with μlogger web server. - Together they make a complete self owned and controlled client–server solution. - - Features - - * meant to be simple and small (μ); - * low memory and battery impact; - * uses GPS or network based location data; - * synchronizes location with web server in real time, in case of problems keeps retrying; - * alternatively works in offline mode; positions may be uploaded to the servers manually; - * configurable tracking settings RepoType: git Repo: https://github.com/bfabiszewski/ulogger-android @@ -200,8 +184,12 @@ Builds: - versionName: '3.6' versionCode: 306 - commit: 57f779a43ee329d0e2f41dfe802f9f67b6bd43ee + commit: 5149e655b94bb1227da6700904c2d42a979e28f5 subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes diff --git a/metadata/org.bibledit.android.yml b/metadata/org.bibledit.android.yml index 7d31f0f82f..d659ad0982 100644 --- a/metadata/org.bibledit.android.yml +++ b/metadata/org.bibledit.android.yml @@ -35,6 +35,10 @@ Builds: versionCode: 151 commit: c6f0e6ddd674fa9334e921a1a6ccdf7ac86d71ec subdir: gradle/app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes ndk: r21e diff --git a/metadata/org.encointer.wallet.yml b/metadata/org.encointer.wallet.yml index ea87227dca..bf84b2761d 100644 --- a/metadata/org.encointer.wallet.yml +++ b/metadata/org.encointer.wallet.yml @@ -252,6 +252,7 @@ Builds: - node.tar.xz - yarn.tar.gz - lib/js_service_encointer/node_modules + - lib/js_service_encointer/.yarn/cache build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --flavor fdroid diff --git a/metadata/org.irmacard.cardemu.yml b/metadata/org.irmacard.cardemu.yml index 08614542d0..96f93bf44b 100644 --- a/metadata/org.irmacard.cardemu.yml +++ b/metadata/org.irmacard.cardemu.yml @@ -240,6 +240,10 @@ Builds: versionCode: 135 commit: 0fcedc664959ceed7aeab2941c6821a34ea0efba submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java output: build/app/outputs/flutter-apk/app-beta-release.apk srclibs: - flutter@2.2.3 diff --git a/metadata/org.stingle.photos.yml b/metadata/org.stingle.photos.yml index 2d4946d911..b82147b0f8 100644 --- a/metadata/org.stingle.photos.yml +++ b/metadata/org.stingle.photos.yml @@ -46,17 +46,14 @@ Builds: gradle: - fdroid - - versionName: 2.8.0 - versionCode: 49 - commit: 7ab119ed288bc4960dda91fde09b4adf4f6c92c5 - subdir: StinglePhotos - gradle: - - fdroid - - versionName: 2.8.1 versionCode: 50 commit: afb291e95e01523a98ac0e77869aea506a0db39c subdir: StinglePhotos + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - fdroid