Skip to content

Commit

Permalink
Update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
cutmail committed Oct 21, 2016
1 parent 870b635 commit cdee094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion "24.0.3"

compileOptions {
Expand All @@ -27,7 +27,7 @@ android {
defaultConfig {
applicationId "me.cutmail.disasterapp"
minSdkVersion 14
targetSdkVersion 24
targetSdkVersion 25
versionCode 15
versionName "1.6.0"
jackOptions {
Expand All @@ -45,7 +45,7 @@ dependencies {
compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
transitive = true;
}
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.jakewharton:butterknife:8.4.0'
compile 'com.jakewharton.timber:timber:4.3.1'
compile 'com.github.hotchemi:android-rate:1.0.1'
Expand Down

0 comments on commit cdee094

Please sign in to comment.