Navigation Menu

Skip to content

Commit

Permalink
target latest android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghbanta committed Feb 4, 2017
1 parent 2b18c07 commit 0265112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Expand Up @@ -83,13 +83,13 @@ def enableSeparateBuildPerCPUArchitecture = false
def enableProguardInReleaseBuilds = false

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.reactnativeeverywhere"
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 25
versionCode 1
versionName "1.0"
ndk {
Expand Down Expand Up @@ -127,7 +127,7 @@ android {

dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.android.support:appcompat-v7:25.1.1"
compile "com.facebook.react:react-native:+" // From node_modules
}

Expand Down

0 comments on commit 0265112

Please sign in to comment.