Merge tag '1.0-beta12' into develop
A new beta version was overdue
This commit is contained in:
commit
3bdf1bd6bf
14
README.md
Normal file
14
README.md
Normal 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.
|
@ -18,8 +18,8 @@ android {
|
|||||||
applicationId "ch.dissem.apps." + appName.toLowerCase()
|
applicationId "ch.dissem.apps." + appName.toLowerCase()
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "1.0-beta11"
|
versionName "1.0-beta12"
|
||||||
jackOptions.enabled = false
|
jackOptions.enabled = false
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user