From d30ef529116f7b921a560e468b5b671fb2462028 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Sat, 20 Jul 2024 22:22:23 +0800 Subject: [PATCH] misc fixes --- metadata/app.easy.launcher.yml | 11 +++++++---- metadata/me.x2gd4.dollphone.yml | 1 + metadata/net.i2p.android.router.yml | 24 ++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/metadata/app.easy.launcher.yml b/metadata/app.easy.launcher.yml index aa1ef9eb4a..33e10f8d03 100644 --- a/metadata/app.easy.launcher.yml +++ b/metadata/app.easy.launcher.yml @@ -100,6 +100,7 @@ Builds: - versionName: 0.2.0 versionCode: 20 + disable: lincense changed commit: 93bdb42b9fb41d1497d7de85137771e69b4c429a subdir: app gradle: @@ -108,7 +109,9 @@ Builds: AllowedAPKSigningKeys: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0 -AutoUpdateMode: Version -UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.2.0 -CurrentVersionCode: 20 +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 0.1.9 +CurrentVersionCode: 19 + +NoSourceSince: 0.1.9 diff --git a/metadata/me.x2gd4.dollphone.yml b/metadata/me.x2gd4.dollphone.yml index d994fce4ab..ff934dc638 100644 --- a/metadata/me.x2gd4.dollphone.yml +++ b/metadata/me.x2gd4.dollphone.yml @@ -114,6 +114,7 @@ Builds: - versionName: 1.1.3 versionCode: 13 + disable: no binary commit: 564e3126c92404517531a94a86b83658934972b6 subdir: app gradle: diff --git a/metadata/net.i2p.android.router.yml b/metadata/net.i2p.android.router.yml index 544e70b0db..db90dcc604 100644 --- a/metadata/net.i2p.android.router.yml +++ b/metadata/net.i2p.android.router.yml @@ -847,6 +847,30 @@ Builds: - i2p.i2p ndk: r19c + - versionName: 2.6.0 + versionCode: 4745284 + disable: https://github.com/i2p/i2p.android.base/pull/4 + commit: f87e8d036b232682ec4a0ea68b37bc684fda157d + subdir: app + sudo: + - apt-get update + - apt-get install -y ant gettext + gradle: + - legacy + srclibs: + - I2P@i2p-2.6.0 + rm: + - gradle/wrapper + prebuild: + - echo -e "i2psrc=$$I2P$$" >> ../lib/client/local.properties + - echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties + - cp -R $$I2P$$ ../i2p.i2p + - sed -i -e '/abortOnError/acheckReleaseBuilds false' build.gradle + scandelete: + - lib/client/src/main/jniLibs + - i2p.i2p + ndk: r19c + AutoUpdateMode: None UpdateCheckMode: Tags UpdateCheckData: app/build.gradle|versionCode (\d+)|gradle.properties|I2P_ANDROID_VERSION=([\d.]+)