Browse Source

downgrade build tools version

Daniel Zlotin 7 years ago
parent
commit
82492de4ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle View File

@@ -3,7 +3,7 @@ apply from: '../prepare-robolectric.gradle'
3 3
 
4 4
 android {
5 5
     compileSdkVersion 23
6
-    buildToolsVersion "25"
6
+    buildToolsVersion "23.0.1"
7 7
 
8 8
     defaultConfig {
9 9
         minSdkVersion 16