Skip to content

Commit 239bccb

Browse files
Update the android SDK version to 25
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
1 parent 55dd2a7 commit 239bccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ buildscript {
1111
apply plugin: 'com.android.library'
1212

1313
android {
14-
compileSdkVersion 23
15-
buildToolsVersion "23.0.1"
14+
compileSdkVersion 25
15+
buildToolsVersion "25.0.0"
1616

1717
defaultConfig {
1818
minSdkVersion 16

0 commit comments

Comments
 (0)