Skip to content

Commit 48ff045

Browse files
author
Lawrence Nahum
committed
bump version to 0.52 and add F-Droid link to README
1 parent f4457a9 commit 48ff045

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Warning: This app is still in a very Proof of Concept/Alpha stage.
1212

1313
<a href="https://play.google.com/apps/testing/com.greenaddress.abcore"> <img src="http://abco.re/assets/images/playstore.png" alt="Play Store" width="200" height="60"></a>
1414

15-
If you want to try it get it from the Play Store or directly from GitHub https://github.com/greenaddress/abcore/releases/tag/v0.51alphaPoC
15+
If you want to try it get it from the Play Store or directly from GitHub https://github.com/greenaddress/abcore/releases/tag/v0.52alphaPoC
16+
17+
or from [F-Droid](https://f-droid.org/repository/browse/?fdfilter=abcore&fdid=com.greenaddress.abcore)
1618

1719
What is Android Bitcoin Core?
1820
-----------------------------

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.greenaddress.abcore"
1313
minSdkVersion 16
1414
targetSdkVersion 24
15-
versionCode 51
16-
versionName "0.51"
15+
versionCode 52
16+
versionName "0.52"
1717
}
1818
buildTypes {
1919
release {

0 commit comments

Comments
 (0)