diff --git a/metadata/org.walleth.yml b/metadata/org.walleth.yml index 4422b3a921..3200c0ccf7 100644 --- a/metadata/org.walleth.yml +++ b/metadata/org.walleth.yml @@ -509,6 +509,16 @@ Builds: - online prebuild: sed -i -e '/kotlin.bintray.com/d' ../build.gradle + - versionName: 0.49.2 + versionCode: 492 + commit: 0.49.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 @@ -516,5 +526,5 @@ MaintainerNotes: |- AutoUpdateMode: Version %v UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.49.1 -CurrentVersionCode: 491 +CurrentVersion: 0.49.2 +CurrentVersionCode: 492