Skip to content

Commit

Permalink
Make android work with API 23
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhao committed Jan 2, 2017
1 parent 7f37e67 commit 7046377
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ buck-out/
\.buckd/
android/app/libs
*.keystore

# Yarn
yarn.lock
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def enableProguardInReleaseBuilds = false

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "com.githubclient"
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:23.4.0"
compile "com.facebook.react:react-native:+" // From node_modules
}

Expand Down

0 comments on commit 7046377

Please sign in to comment.