diff --git a/README.md b/README.md new file mode 100644 index 0000000..2cf1deb --- /dev/null +++ b/README.md @@ -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. diff --git a/app/build.gradle b/app/build.gradle index 6284311..76984f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 }