diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index 687f1db32d..31168c08f7 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -842,6 +842,14 @@ Build:5.21,301 sed -i -e "s,url 'https://maven.google.com',url 'https://jitpack.io',g" build.gradle ../build.gradle scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet +Build:5.23,303 + commit=a240ca670c8ee1fd8827fc5229b0d9e759ba497e + subdir=wallet + gradle=yes + prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle && \ + sed -i -e "s,url 'https://maven.google.com',url 'https://jitpack.io',g" build.gradle ../build.gradle + scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet + Maintainer Notes: See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use. Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.