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 {
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
Original file line number Diff line number Diff line change 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"
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
33GROUP =com.sothree.slidinguppanel
44
55POM_DESCRIPTION =Android Sliding Up Panel Library
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments