diff --git a/README.md b/README.md index 25079ea..280de79 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ As currently there is no end-to-end encryption implemented in this app, for priv # Set up - Create a acount on a homeserver -- Install this app +- Install this app (apk can be found by [releases](https://github.com/tijder/SmsMatrix/releases)) - Give the app the app permission - Type in the needed info in the app - Bot Username: is the username of the just created user @@ -16,3 +16,4 @@ As currently there is no end-to-end encryption implemented in this app, for priv - Devicename: is the devicename wich the api will use - Press save - Now all your text messages will be bridged +- [optional] Disable battery optimisations for the app. so the app wont be killed by Android. diff --git a/app/build.gradle b/app/build.gradle index 9c0057f..7eb3280 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '28.0.3' defaultConfig { applicationId "eu.droogers.smsmatrix" minSdkVersion 23 targetSdkVersion 26 - versionCode 9 - versionName "0.0.9" + versionCode 10 + versionName "0.0.10" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/build.gradle b/build.gradle index ae9fbaf..ecd45f4 100644 --- a/build.gradle +++ b/build.gradle @@ -2,8 +2,8 @@ buildscript { repositories { - jcenter() google() + jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' @@ -15,8 +15,8 @@ buildscript { allprojects { repositories { - jcenter() google() + jcenter() } }