diff --git a/metadata/org.walleth.yml b/metadata/org.walleth.yml index 889d2b5973..cc32f1b17c 100644 --- a/metadata/org.walleth.yml +++ b/metadata/org.walleth.yml @@ -519,6 +519,16 @@ Builds: - online prebuild: sed -i -e '/kotlin.bintray.com/d' ../build.gradle + - versionName: 0.50.2 + versionCode: 502 + commit: 0.50.2 + subdir: app + gradle: + - noGeth + - forFDroid + - online + prebuild: sed -i -e '/kotlin.bintray.com/d' ../build.gradle + MaintainerNotes: |- We remove https://kotlin.bintray.com/kotlinx Maven repo from build.gradle because it isn't whitelisted while all needed artifacts are available via @@ -526,5 +536,5 @@ MaintainerNotes: |- AutoUpdateMode: Version %v UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.50.1 -CurrentVersionCode: 501 +CurrentVersion: 0.50.2 +CurrentVersionCode: 502