Skip to content

Commit

Permalink
Update the android SDK version to 25
Browse files Browse the repository at this point in the history
When using the current android studio with the current SDKs you have the problem that your app is on version 25 and you can not create a APK without adjusting the buildToolsVersion in the build.gradle
  • Loading branch information
markusguenther committed Mar 21, 2017
1 parent 55dd2a7 commit 239bccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildscript {
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit 239bccb

Please sign in to comment.