Skip to content

Commit

Permalink
1.5.2 unofficial
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceCA committed Sep 7, 2016
1 parent 0ca6bc9 commit c223559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
package="nya.miku.wishmaster"
android:installLocation="auto"
tools:ignore="UnusedAttribute"
android:versionCode="55"
android:versionName="1.5.1">
android:versionCode="56"
android:versionName="1.5.2_unofficial">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

packagingOptions {
exclude 'META-INF/INDEX.LIST'
exclude 'META-INF/LICENSE'
Expand All @@ -50,4 +49,10 @@ android {
defaultConfig.ndk {
moduleName "gif"
}
defaultConfig {}
productFlavors {
unofficial {
applicationId 'unofficial.nya.miku.wishmaster'
}
}
}

0 comments on commit c223559

Please sign in to comment.