Skip to content

Commit c083c84

Browse files
committed
Updated the versions
1 parent 3338d50 commit c083c84

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:0.12.2'
8+
classpath 'com.android.tools.build:gradle:0.12.+'
99
}
1010
}
1111

demo/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="5"
5-
android:versionName="2.0.1">
4+
android:versionCode="7"
5+
android:versionName="2.0.2">
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=2.0.1
2-
VERSION_CODE=6
1+
VERSION_NAME=2.0.2
2+
VERSION_CODE=7
33
GROUP=com.sothree.slidinguppanel
44

55
POM_DESCRIPTION=Android Sliding Up Panel Library

library/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="6"
5-
android:versionName="2.0.1">
4+
android:versionCode="7"
5+
android:versionName="2.0.2">
66

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

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:0.12.2'
8+
classpath 'com.android.tools.build:gradle:0.12.+'
99
}
1010
}
1111

0 commit comments

Comments
 (0)