mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 18:44:25 +00:00
68c7999c25
Summary: Go back to using compileSdkVersion 26 and targetSdkVersion 26, temporarily. We can re-add this once Android SDK 27 becomes available in Facebook's internal repository. The Android SDK Build Tools 27.0.3 **are** available, so we can continue using those. Reviewed By: axe-fb Differential Revision: D9886607 fbshipit-source-id: 6c1c9c1e1309c3a0483cc4c0bd8dcb4a5f29fc7e
14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
|
|
[android]
|
|
target = android-26
|
|
|
|
[download]
|
|
max_number_of_retries = 3
|
|
|
|
[maven_repositories]
|
|
central = https://repo1.maven.org/maven2
|
|
google = https://dl.google.com/dl/android/maven2/
|
|
|
|
[alias]
|
|
rntester = //RNTester/android/app:app
|