From 372fbd25f1d217efbc652fd693129a108dedeba1 Mon Sep 17 00:00:00 2001 From: Ihor Kucherenko Date: Fri, 7 Jul 2017 12:53:21 +0300 Subject: [PATCH 1/2] update build too;s version --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f869ea9..d7bcd53 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 25 + buildToolsVersion "25.0.3” defaultConfig { minSdkVersion 16 - targetSdkVersion 22 + targetSdkVersion 25 versionCode 1 versionName "1.0" } @@ -20,6 +20,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:appcompat-v7:25.3.1’ compile 'com.facebook.react:react-native:+' } From 4e2ed4539c2d5145c5c6a5cdcfb06573e8399720 Mon Sep 17 00:00:00 2001 From: Ihor Kucherenko Date: Thu, 13 Jul 2017 14:43:45 +0300 Subject: [PATCH 2/2] fixed --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d7bcd53..7fbdb5e 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 25 - buildToolsVersion "25.0.3” + buildToolsVersion "25.0.3" defaultConfig { minSdkVersion 16 @@ -20,6 +20,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.3.1’ + compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.facebook.react:react-native:+' }