bump android dependencies to 26

This commit is contained in:
amiru 2018-02-01 16:36:48 +02:00
parent e7a80159de
commit 851cc652ab
3 changed files with 10 additions and 8 deletions

View File

@ -9,13 +9,13 @@ def enableSeparateBuildPerCPUArchitecture = false
def enableProguardInReleaseBuilds = false
android {
compileSdkVersion 25
buildToolsVersion '25.0.1'
compileSdkVersion 26
buildToolsVersion '26.0.3'
defaultConfig {
applicationId "com.example"
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 25
versionCode 1
versionName "1.0"
ndk {
@ -53,8 +53,8 @@ android {
dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:25.0.1"
compile "com.android.support:recyclerview-v7:25.0.1"
compile "com.android.support:appcompat-v7:26.1.0"
compile "com.android.support:recyclerview-v7:26.1.0"
compile "com.facebook.react:react-native:+" // From node_modules
compile project(":rncamerakit")
}

View File

@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -20,5 +21,6 @@ allprojects {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootProject.projectDir/../node_modules/react-native/android"
}
google()
}
}

View File

@ -1,6 +1,6 @@
#Wed Aug 02 10:16:55 IDT 2017
#Thu Feb 01 16:33:12 IST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip