Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Prepared 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Jul 6, 2014
1 parent 5ff12ce commit 22f5556
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions EnhancedListView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ dependencies {
}

android {
compileSdkVersion 18
buildToolsVersion "19.0.3"
compileSdkVersion 19
buildToolsVersion "19.1"

defaultConfig {
minSdkVersion 8
targetSdkVersion 19
versionName "0.3.2"
versionCode 7
versionName "0.3.3"
versionCode 8
}

lintOptions {
abortOnError false
}
}

apply plugin: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion EnhancedListViewDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android'

android {
compileSdkVersion 18
buildToolsVersion "19.0.3"
buildToolsVersion "19.1"

defaultConfig {
minSdkVersion 8
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}
}

0 comments on commit 22f5556

Please sign in to comment.