Skip to content

Commit 9c091c4

Browse files
committed
Updated the version
1 parent 51e52bb commit 9c091c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.sothree.slidinguppanel.demo"
4-
android:versionCode="15"
5-
android:versionName="3.3.0">
4+
android:versionCode="16"
5+
android:versionName="3.3.1">
66

77
<uses-sdk
88
android:minSdkVersion="11"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=3.3.0
2-
VERSION_CODE=15
1+
VERSION_NAME=3.3.1
2+
VERSION_CODE=16
33
GROUP=com.sothree.slidinguppanel
44

55
POM_DESCRIPTION=Android Sliding Up Panel Library

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.sothree.slidinguppanel.library"
4-
android:versionCode="15"
5-
android:versionName="3.3.0">
4+
android:versionCode="16"
5+
android:versionName="3.3.1">
66

77
<uses-sdk
88
android:minSdkVersion="8" />

0 commit comments

Comments
 (0)