From b98c4b3267691bc5572cc832b1835d1fe9760f62 Mon Sep 17 00:00:00 2001
From: Boris Kraut <krt@nurfuerspam.de>
Date: Sun, 13 Sep 2015 21:57:40 +0200
Subject: [PATCH] Update GreenBits to 1.52 (52)

---
 .../com.greenaddress.greenbits_android_wallet.txt  | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/metadata/com.greenaddress.greenbits_android_wallet.txt b/metadata/com.greenaddress.greenbits_android_wallet.txt
index 8b3ac893e5..fb05f8a9c9 100644
--- a/metadata/com.greenaddress.greenbits_android_wallet.txt
+++ b/metadata/com.greenaddress.greenbits_android_wallet.txt
@@ -223,6 +223,20 @@ Build:1.51,51
     scandelete=app/src/main/jniLibs/armeabi/libscrypt.so,app/src/main/jniLibs/mips/libscrypt.so,app/src/main/jniLibs/x86/libscrypt.so,app/scrypt/src
     build=./prepare_fdroid.sh
 
+Build:1.52,52
+    commit=1.52
+    subdir=app
+    submodules=yes
+    gradle=production
+    srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
+    rm=app/libs/*.jar
+    prebuild=pushd $$AutobahnSW-greenaddress$$ && \
+        $$MVN3$$ package && \
+        popd && \
+        cp $$AutobahnSW-greenaddress$$/target/autobahn-android-sw-0.5.2-SNAPSHOT.jar libs/
+    scandelete=app/src/main/jniLibs/armeabi/libscrypt.so,app/src/main/jniLibs/mips/libscrypt.so,app/src/main/jniLibs/x86/libscrypt.so,app/scrypt/src
+    build=./prepare_fdroid.sh
+
 Maintainer Notes:
 scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
 but it is still in GreenAddress repo for users who don't want to use NDK,