|
@@ -40,10 +40,34 @@ GCC - Android, Linux
|
|
* Win32: `Microsoft Visual Studio 14.0` alt `clang-6.0`
|
|
* Win32: `Microsoft Visual Studio 14.0` alt `clang-6.0`
|
|
* iOS/MacOS: `apple-clang` alt `clang-6.0`
|
|
* iOS/MacOS: `apple-clang` alt `clang-6.0`
|
|
|
|
|
|
-For iOS/MacOS, we use `-miphoneos-version-min=6.0` and `-mmacosx-version-min=10.7` respectively.
|
|
|
|
|
|
+For iOS/MacOS, we use `-miphoneos-version-min=8.0` and `-mmacosx-version-min=10.7` respectively.
|
|
|
|
|
|
We don't specify a specific C++ version, so we use the default of each compiler.
|
|
We don't specify a specific C++ version, so we use the default of each compiler.
|
|
|
|
|
|
|
|
+## Android
|
|
|
|
+
|
|
|
|
+We include the following libraries and its dependencies into the Android bundle:
|
|
|
|
+```
|
|
|
|
+com.google.firebase:firebase-messaging:17.3.4
|
|
|
|
+com.google.firebase:firebase-core:16.0.7
|
|
|
|
+com.google.android.gms:play-services-base:16.0.1
|
|
|
|
+com.android.support:support-v4:27.1.1
|
|
|
|
+com.android.support:support-compat:27.1.1
|
|
|
|
+com.android.support:support-core-utils:27.1.1
|
|
|
|
+com.android.support:support-core-ui:27.1.1
|
|
|
|
+com.android.support:support-media-compat:27.1.1
|
|
|
|
+com.android.support:support-fragment:27.1.1
|
|
|
|
+com.android.support:support-annotations:27.1.1
|
|
|
|
+android.arch.core:common:1.1.0
|
|
|
|
+android.arch.core:runtime:1.1.0
|
|
|
|
+android.arch.lifecycle:common:1.1.1
|
|
|
|
+android.arch.lifecycle:compiler:1.1.1
|
|
|
|
+android.arch.lifecycle:extensions:1.1.1
|
|
|
|
+android.arch.lifecycle:reactivestreams:1.1.1
|
|
|
|
+android.arch.lifecycle:runtime:1.1.1
|
|
|
|
+```
|
|
|
|
+*We plan to move Firebase messages and Google Play Services to its own extensions.*
|
|
|
|
+
|
|
## Win32 + Clang
|
|
## Win32 + Clang
|
|
|
|
|
|
A recent addition is to be able to build the Windows builds using clang.
|
|
A recent addition is to be able to build the Windows builds using clang.
|