Skip to content

Commit

Permalink
Updated build tools and made 3.3 release. This also fixes #30.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Aug 28, 2015
1 parent 3758394 commit 69159a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.0"
useLibrary 'org.apache.http.legacy'

defaultConfig {
applicationId "org.transdroid.search"
minSdkVersion 8
targetSdkVersion 22
versionCode 25
versionName "3.2.1"
targetSdkVersion 23
versionCode 26
versionName "3.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
}
}

Expand Down

0 comments on commit 69159a9

Please sign in to comment.