diff --git a/android/build.gradle b/android/build.gradle index 54c189bb3025ddeec58dfc39954ee52fcda51412..398103772f68aea9bb33ef7a154d386e9e31dbe4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "25.0.1" + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 16 @@ -23,3 +23,4 @@ dependencies { compile 'com.google.firebase:firebase-messaging:+' compile 'me.leolin:ShortcutBadger:1.1.10@aar' } +