Skip to content

Commit

Permalink
Bumped to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Mar 21, 2016
1 parent cc623cf commit 727a1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.francoiscampbell.xposeddatausage"
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName "0.81"
versionCode 7
versionName "0.9"
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/prefs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pref_category_launcher">Launcher settings</string>

<string name="pref_app_show_in_launcher_key">app_show_in_launcher</string>
<string name="pref_app_show_in_launcher_title">Show in launcher</string>
<string name="pref_app_show_in_launcher_summary">May need a few seconds or a reboot to take effect. When off, you can access this page from the Xposed app\'s modules section</string>
Expand Down

0 comments on commit 727a1f7

Please sign in to comment.