Skip to content

Commit

Permalink
release 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBIMC committed Jul 24, 2017
1 parent 4a01fb7 commit c095e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 17
targetSdkVersion 26
versionCode 20170724
versionName "4.0"
versionName "10.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<string name="channel_name">Notifications</string>
<string name="requesting_root">Awaiting for root access…</string>
<string name="info_dialog_message">This app can change the SELinux Modes without having to permanently modify the boot script files of the device.\n\nAny device, by default, boots in default SELinux "Enforcing" mode. Every time you reboot your device app will execute the script to change SELinux to the mode you\'ve last selected.\n\nFor more information, check app\'s github page.</string>
<string name="info_dialog_message">This app can change the SELinux Modes without having to permanently modify the boot script files of the device.\n\nAny device, by default, boots in default SELinux "Enforcing" mode. Every time you reboot your device app will execute the script to change SELinux to the mode you\'ve last selected.\n\nFor more information, check app\'s github repo.</string>
<string name="button_close_dialog">Close dialog</string>
<string name="button_open_github">Open Github</string>
<string name="about_this_app">About this app</string>
Expand Down

0 comments on commit c095e7c

Please sign in to comment.