mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 18:44:25 +00:00
044b399e65
Summary:
I found that android support library 27.x (874cca1ac2
) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27.
Pull Request resolved: https://github.com/facebook/react-native/pull/20777
Differential Revision: D9478431
Pulled By: hramos
fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
|
|
[android]
|
|
target = android-27
|
|
|
|
[download]
|
|
max_number_of_retries = 3
|
|
|
|
[maven_repositories]
|
|
central = https://repo1.maven.org/maven2
|
|
google = https://maven.google.com
|
|
|
|
[alias]
|
|
rntester = //RNTester/android/app:app
|