Skip to content

Commit

Permalink
Merge branch 'master' into virtuallist-optimize-cellrenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbach authored Jun 25, 2019
2 parents 4c7d7e8 + beee546 commit bf50ba5
Show file tree
Hide file tree
Showing 611 changed files with 102,372 additions and 25,146 deletions.
6 changes: 3 additions & 3 deletions .appveyor/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
environment:
ANDROID_HOME: "C:\\android-sdk-windows"
ANDROID_NDK: "C:\\android-sdk-windows\\android-ndk-r17c"
ANDROID_NDK: "C:\\android-sdk-windows\\android-ndk-r19c"
ANDROID_BUILD_VERSION: 28
ANDROID_TOOLS_VERSION: 28.0.3

GRADLE_OPTS: -Dorg.gradle.daemon=false

SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
NDK_TOOLS_URL: https://dl.google.com/android/repository/android-ndk-r17c-windows-x86_64.zip
NDK_TOOLS_URL: https://dl.google.com/android/repository/android-ndk-r19c-windows-x86_64.zip

matrix:
- nodejs_version: 8
Expand Down Expand Up @@ -38,7 +38,7 @@ build_script:
- yarn run flow-check-android
- yarn run flow-check-ios
- yarn run test
- gradlew.bat RNTester:android:app:assembleRelease
# - gradlew.bat RNTester:android:app:assembleRelease

cache:
- node_modules
Expand Down
Loading

0 comments on commit bf50ba5

Please sign in to comment.