Skip to content

Commit

Permalink
Manifest update with version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitaly committed Apr 25, 2014
1 parent 5743866 commit 866b9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 15
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}

signingConfigs {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.topixoft.glass2048.app"
android:versionCode="1"
android:versionName="1.0" >
package="com.topixoft.glass2048.app">

<uses-sdk
android:minSdkVersion="15"
Expand Down

0 comments on commit 866b9fd

Please sign in to comment.