Skip to content

Commit

Permalink
fix windows ci
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#22557

Differential Revision: D13381568

Pulled By: hramos

fbshipit-source-id: db2ca0615c4cde5b0a4ae8ae824a005bcc1e2a1c
  • Loading branch information
gengjiawen authored and grabbou committed Dec 17, 2018
1 parent b93e219 commit f73bfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
ANDROID_HOME: "C:\\android-sdk-windows"
ANDROID_NDK: "C:\\android-sdk-windows\\android-ndk-r17c"
ANDROID_BUILD_VERSION: 27
ANDROID_TOOLS_VERSION: 27.0.3
ANDROID_BUILD_VERSION: 28
ANDROID_TOOLS_VERSION: 28.0.2

GRADLE_OPTS: -Dorg.gradle.daemon=false

Expand Down

0 comments on commit f73bfc2

Please sign in to comment.