Merge pull request #1 from tijder/master

Catch up to tijder
pull/42/head
untidylamp 6 years ago committed by GitHub
commit 012093a20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -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 {

@ -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()
}
}

Loading…
Cancel
Save