From bf7acfb688e9085cb0c40db7589a8a13562fed69 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 8 Aug 2018 21:14:35 +0000 Subject: [PATCH] Deploy website Deploy website version based on 631999ee35db5713fd1b5a7bbe43f728d4e3328b --- docs/next/keyboardavoidingview.html | 4 ++-- docs/next/keyboardavoidingview/index.html | 4 ++-- docs/next/signed-apk-android.html | 5 ++++- docs/next/signed-apk-android/index.html | 5 ++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/next/keyboardavoidingview.html b/docs/next/keyboardavoidingview.html index f486a369e64..7a7d3df367e 100644 --- a/docs/next/keyboardavoidingview.html +++ b/docs/next/keyboardavoidingview.html @@ -92,13 +92,13 @@

enabled

-

Enabled or disabled KeyboardAvoidingView.

+

Enabled or disabled KeyboardAvoidingView. The default is true.

- +
TypeRequired
booleanYes
booleanNo

Methods

diff --git a/docs/next/keyboardavoidingview/index.html b/docs/next/keyboardavoidingview/index.html index f486a369e64..7a7d3df367e 100644 --- a/docs/next/keyboardavoidingview/index.html +++ b/docs/next/keyboardavoidingview/index.html @@ -92,13 +92,13 @@

enabled

-

Enabled or disabled KeyboardAvoidingView.

+

Enabled or disabled KeyboardAvoidingView. The default is true.

- +
TypeRequired
booleanYes
booleanNo

Methods

diff --git a/docs/next/signed-apk-android.html b/docs/next/signed-apk-android.html index 0aef4ee90e8..59e1a4156fa 100644 --- a/docs/next/signed-apk-android.html +++ b/docs/next/signed-apk-android.html @@ -108,7 +108,10 @@ $ ./gradlew assembleRelease

Split APKs by ABI to reduce file size

By default, the generated APK has the native code for both x86 and ARMv7a CPU architectures. This makes it easier to share APKs that run on almost all Android devices. However, this has the downside that there will be some unused native code on any device, leading to unnecessarily bigger APKs.

You can create an APK for each CPU by changing the following line in android/app/build.gradle:

-
- def enableSeparateBuildPerCPUArchitecture = false
+
- ndk {
+-   abiFilters "armeabi-v7a", "x86"
+- }
+- def enableSeparateBuildPerCPUArchitecture = false
 + def enableSeparateBuildPerCPUArchitecture = true
 

Upload both these files to markets which support device targetting, such as Google Play and Amazon AppStore, and the users will automatically get the appropriate APK. If you want to upload to other markets, such as APKFiles, which do not support multiple APKs for a single app, change the following line as well to create the default universal APK with binaries for both CPUs.

diff --git a/docs/next/signed-apk-android/index.html b/docs/next/signed-apk-android/index.html index 0aef4ee90e8..59e1a4156fa 100644 --- a/docs/next/signed-apk-android/index.html +++ b/docs/next/signed-apk-android/index.html @@ -108,7 +108,10 @@ $ ./gradlew assembleRelease

Split APKs by ABI to reduce file size

By default, the generated APK has the native code for both x86 and ARMv7a CPU architectures. This makes it easier to share APKs that run on almost all Android devices. However, this has the downside that there will be some unused native code on any device, leading to unnecessarily bigger APKs.

You can create an APK for each CPU by changing the following line in android/app/build.gradle:

-
- def enableSeparateBuildPerCPUArchitecture = false
+
- ndk {
+-   abiFilters "armeabi-v7a", "x86"
+- }
+- def enableSeparateBuildPerCPUArchitecture = false
 + def enableSeparateBuildPerCPUArchitecture = true
 

Upload both these files to markets which support device targetting, such as Google Play and Amazon AppStore, and the users will automatically get the appropriate APK. If you want to upload to other markets, such as APKFiles, which do not support multiple APKs for a single app, change the following line as well to create the default universal APK with binaries for both CPUs.