Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Mar 24, 2016
1 parent 14bdbe6 commit cb42d0c
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 3 deletions.
Binary file added app/app-release.apk
Binary file not shown.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ android {
minSdkVersion 9
targetSdkVersion 21
versionCode 1
versionName "0.1"
versionName "1.0.0"
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
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 @@ -18,7 +18,7 @@
<string name="action_search">Search</string>

<!-- Mod List -->
<string name="app_name">Minetest Mod Manager</string>
<string name="app_name">Minetest Mods</string>
<string name="modlist_minetest">Installed Minetest Mods</string>
<string name="modlist_multicraft">Installed MultiCraft Mods</string>
<string name="modlist_available_mods">Available Mods</string>
Expand Down
Loading

0 comments on commit cb42d0c

Please sign in to comment.