diff --git a/metadata/net.basov.omn.fdroid.yml b/metadata/net.basov.omn.fdroid.yml index 320cd66f47..84c002f215 100644 --- a/metadata/net.basov.omn.fdroid.yml +++ b/metadata/net.basov.omn.fdroid.yml @@ -65,10 +65,23 @@ Builds: - sed -i -e '/versionNameSuffix/d' build.gradle - git submodule update --init --recursive + - versionName: 00.34.00 + versionCode: 3400 + commit: d49b7e287e3c0878221d07d3c682dfe1a39f5f9b + subdir: app + sudo: + - apt-get update + - apt-get install -y nodejs npm node-uglify make wget ruby-mustache + gradle: + - yes + prebuild: + - sed -i -e '/versionNameSuffix/d' build.gradle + - git submodule update --init --recursive + MaintainerNotes: We clone submodules in recipe as host git fsck config might interfere AutoUpdateMode: Version UpdateCheckMode: Tags v[\d.]+f UpdateCheckName: net.basov.omn -CurrentVersion: 00.33.00 -CurrentVersionCode: 3300 +CurrentVersion: 00.34.00 +CurrentVersionCode: 3400