Skip to content

Commit

Permalink
Change App name to MTweaks and version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morogoku committed Apr 23, 2017
1 parent 9c7f671 commit 84a3225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.moro.mtweaks"
minSdkVersion 19
targetSdkVersion 25
versionCode 233
versionName "0.9.6.11"
versionCode 234
versionName "2.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
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
@@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name" translatable="false">MTweaks 2</string>
<string name="app_name" translatable="false">MTweaks</string>

<string name="checking_info">Checking info…</string>
<string name="checking_root">Checking root access</string>
Expand Down

0 comments on commit 84a3225

Please sign in to comment.