Skip to content

Commit

Permalink
Merge pull request #1553 from vkotovv/gradle_update
Browse files Browse the repository at this point in the history
Update Gradle plugin and compile SDK version
  • Loading branch information
ToxicBakery committed Sep 17, 2015
2 parents 9adda7d + 054641e commit edfdfcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jdk:

android:
components:
- build-tools-22.0.0
- android-22
- build-tools-23.0.1
- android-23

# Additional Components
- extra
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.3.1'
}
}

Expand Down
9 changes: 5 additions & 4 deletions rajawali/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ group = GROUP
version = VERSION_NAME
status = 'debug'
android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
compileSdkVersion 23
buildToolsVersion "23.0.1"
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion 15
targetSdkVersion 22
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand All @@ -35,7 +36,7 @@ android {
}

dependencies {
compile 'com.android.support:support-annotations:22.0.0'
compile 'com.android.support:support-annotations:23.0.1'
}

apply from: 'maven_push.gradle'

0 comments on commit edfdfcf

Please sign in to comment.