Skip to content

Commit

Permalink
Updated SDK to 19, BuildTools to 19.0.0 and SupportLib to 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKatzmann committed Nov 19, 2013
1 parent dc20a8d commit f9d58e4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Nov 02 01:05:54 CET 2013
#Tue Nov 19 08:36:06 CET 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-all.zip
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'android-library'

android {
compileSdkVersion 18
buildToolsVersion '18.1.1'
compileSdkVersion 19
buildToolsVersion '19.0.0'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion library/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library=true
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ repositories {
}
dependencies {
compile project(':library')
compile 'com.android.support:support-v4:18.0.0'
compile 'com.android.support:support-v4:19.0.0'
}

android {
compileSdkVersion 18
buildToolsVersion '18.0.1'
compileSdkVersion 19
buildToolsVersion '19.0.0'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion sample/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-18
target=android-19
android.library.reference.1=../library

0 comments on commit f9d58e4

Please sign in to comment.