Skip to content

Commit

Permalink
Oops, forgot to update the version parameters for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcha committed Apr 6, 2014
1 parent a3db639 commit 9d7fe42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mediabuttonoverlay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {
Expand Down
7 changes: 5 additions & 2 deletions mediabuttonoverlay/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mikekorcha.mediabuttonoverlay">
package="com.mikekorcha.mediabuttonoverlay"
android:versionCode="2"
android:versionName="1.1">

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="com.android.vending.BILLING" />
Expand All @@ -9,7 +11,8 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:debuggable="false">

<activity
android:name="com.mikekorcha.mediabuttonoverlay.MainActivity"
Expand Down

0 comments on commit 9d7fe42

Please sign in to comment.