Skip to content

Commit f70ae89

Browse files
committed
Add 1.4 release
1 parent b25321c commit f70ae89

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Install the app on a device, which should be controlled, and send control comman
3030
* Audio Volume: set and get volume of all audio types (ringtone, music, ...)
3131
* Display: set and get brightness, set and get display off timeout, turn display off
3232
* Camera: take photo with default settings or custom options (flash, autofocus and more)
33+
* Grant Phone Remotely: grant access of your phone to other modules remotely with a password
3334

3435
## Security
3536
Granted phones are required to be set for each module, so not everyone can control the device.

app/app-release-1.4.apk

3.09 MB
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "tranquvis.simplesmsremote"
1313
minSdkVersion 16
1414
targetSdkVersion 27
15-
versionCode 130
16-
versionName "1.3.0"
15+
versionCode 140
16+
versionName "1.4.0"
1717

1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919
}

0 commit comments

Comments
 (0)