Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Updated SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Amab committed Dec 14, 2016
1 parent 86c9558 commit fe2be20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android:
- tools
- tools
- platform-tools
- build-tools-25.0.1
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- extra-android-support
Expand Down
6 changes: 3 additions & 3 deletions SWADroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"

dexOptions {
maxProcessCount=2
Expand Down Expand Up @@ -82,8 +82,8 @@ def getBuildConfigField(String property){
}

dependencies {
compile 'com.android.support:support-v4:25.0.1'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:support-v4:25.1.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.google.android.gms:play-services-analytics:10.0.1'
compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
compile 'commons-io:commons-io:2.5'
Expand Down

0 comments on commit fe2be20

Please sign in to comment.