Skip to content

Commit

Permalink
Updated version numbers for 2.0.4 release to fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudu committed Dec 5, 2014
1 parent 0b512bb commit bd449be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demo/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sothree.slidinguppanel.demo"
android:versionCode="8"
android:versionName="2.0.3">
android:versionCode="9"
android:versionName="2.0.4">

<uses-sdk
android:minSdkVersion="11"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.0.3
VERSION_CODE=8
VERSION_NAME=2.0.4
VERSION_CODE=9
GROUP=com.sothree.slidinguppanel

POM_DESCRIPTION=Android Sliding Up Panel Library
Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sothree.slidinguppanel.library"
android:versionCode="8"
android:versionName="2.0.3">
android:versionCode="9"
android:versionName="2.0.4">

<uses-sdk
android:minSdkVersion="8" />
Expand Down

0 comments on commit bd449be

Please sign in to comment.