diff --git a/README.md b/README.md index 1cd16c6f86eee1c137db0a6482daecdcdd4b557c..4a61607676565e2b5e49cc811494dcc83c45bf6c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [](https://liberapay.com/Disroot) --- -#Disroot app +# Disroot app Disroot is a platform providing online services based on principles of freedom, privacy, federation and decentralization. This app is like your Swiss Army knife to the Disroot platform, made by the community for the community. If you don't have a Disroot account you can still use this app to access all the Disroot services that do not require an account: @@ -17,11 +17,14 @@ If you don't have a Disroot account you can still use this app to access all th The app may require you to install additional apps. We highly recommend you install F-Droid - a free and open source app marketplace - as not all apps can be found on Google's Play Store and F-Droid is more privacy oriented (no tracking, no account needed) you can download it [here](https://f-droid.org/FDroid.apk). -####Supported languages: +#### Supported languages: * English * Spanish * French * Italian +* Portuguese +* Dutch +* Serbian --- ### Licensing @@ -36,7 +39,7 @@ Android 4.1 or + This app requires access to the Internet and to external storage to be able to upload and download files. --- -###contributors +### contributors The project is always open for contributions and accepts pull requests. * Massimiliano * muppeth @@ -44,6 +47,7 @@ The project is always open for contributions and accepts pull requests. * Fede * Maryjane * meaz +* userdebug --- #### Resources diff --git a/app/build.gradle b/app/build.gradle index 620fe2abde93d51aea06fe70d610b42aa77a1358..0d602816656e013129ab54ef6a7ab194d8db62bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.disroot.disrootapp" minSdkVersion 15 targetSdkVersion 28 - versionCode 10 - versionName "1.0.0" + versionCode 11 + versionName "1.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {