Skip to content

Commit

Permalink
Updated the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudu committed Sep 3, 2014
1 parent 3338d50 commit c083c84
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}

Expand Down
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="5"
android:versionName="2.0.1">
android:versionCode="7"
android:versionName="2.0.2">

<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.1
VERSION_CODE=6
VERSION_NAME=2.0.2
VERSION_CODE=7
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="6"
android:versionName="2.0.1">
android:versionCode="7"
android:versionName="2.0.2">

<uses-sdk
android:minSdkVersion="8" />
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}

Expand Down

0 comments on commit c083c84

Please sign in to comment.