Merge tag '1.0-beta12' into develop

A new beta version was overdue
This commit is contained in:
Christian Basler 2017-04-25 21:29:47 +02:00
commit 3bdf1bd6bf
2 changed files with 16 additions and 2 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Abit
A Bitmessage client for Android.
**Please be aware that due to the protocol, sending messages might suck your
battery dry. Also, it causes a lot of traffic and may use up your data plan
rather quickly. Use at your own peril.**
Abit uses the [Jabit Bitmessage library](https://github.com/Dissem/Jabit).
## Requirements
You'll need at least Android 4.4 KitKat. Due to the Proof of Work that comes
with the protocol you might want as fast a processor and as many cores as
you can get.

View File

@ -18,8 +18,8 @@ android {
applicationId "ch.dissem.apps." + appName.toLowerCase()
minSdkVersion 19
targetSdkVersion 25
versionCode 11
versionName "1.0-beta11"
versionCode 12
versionName "1.0-beta12"
jackOptions.enabled = false
multiDexEnabled true
}