Commit 3b0ac7c 1 parent 036f687 commit 3b0ac7c Copy full SHA for 3b0ac7c
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ dependencies {
104
104
105
105
::if NME_FIREBASE ::
106
106
// Add the dependency for the Performance Monitoring library
107
- implementation ' com.google.firebase:firebase-analytics:17.2.2 '
107
+ implementation ' com.google.firebase:firebase-analytics:22.0.1 '
108
108
109
109
::if NME_FIREBASE_PERFORMANCE ::
110
- implementation ' com.google.firebase:firebase-perf:19 .0.7 '
110
+ implementation ' com.google.firebase:firebase-perf:21 .0.1 '
111
111
::end ::
112
112
113
113
::if NME_FIREBASE_CRASHLYTICS ::
114
- implementation ' com.google.firebase:firebase-crashlytics-ndk:17.1.0 '
114
+ implementation ' com.google.firebase:firebase-crashlytics-ndk:19.0.1 '
115
115
::end ::
116
116
::end ::
117
117
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ android {
6
6
7
7
compileSdkVersion ::ANDROID_TARGET_SDK_VERSION ::
8
8
defaultConfig {
9
+ minSdkVersion ::ANDROID_MIN_API_LEVEL ::
9
10
targetSdkVersion ::ANDROID_TARGET_SDK_VERSION ::
10
11
}
11
12
buildToolsVersion " 34.0.0"
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ class AndroidConfig
31
31
public function new ()
32
32
{
33
33
installLocation = " preferExternal" ;
34
- minApiLevel = 16 ;
35
- addV4Compat = true ;
34
+ minApiLevel = 21 ;
35
+ addV4Compat = false ;
36
36
universalApk = false ;
37
37
appHeader = [];
38
38
appIntent = [];
You can’t perform that action at this time.
0 commit comments