File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12.2 '
8
+ classpath ' com.android.tools.build:gradle:0.12.+ '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
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 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 11"
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.0.1
2
- VERSION_CODE =6
1
+ VERSION_NAME =2.0.2
2
+ VERSION_CODE =7
3
3
GROUP =com.sothree.slidinguppanel
4
4
5
5
POM_DESCRIPTION =Android Sliding Up Panel Library
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
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 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 8" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12.2 '
8
+ classpath ' com.android.tools.build:gradle:0.12.+ '
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments