We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b93c41 commit 808dd61Copy full SHA for 808dd61
build.gradle
@@ -36,7 +36,7 @@ apply plugin: 'kotlin-android'
36
37
android {
38
defaultConfig {
39
- minSdkVersion 16
+ minSdkVersion 21
40
}
41
testOptions {
42
unitTests.all {
@@ -49,6 +49,6 @@ android {
49
dependencies {
50
testImplementation files('libs/java-json.jar')
51
testImplementation files('libs/test-utils.aar')
52
- testImplementation 'com.google.android.gms:play-services-measurement-api:21.5.1'
53
- compileOnly 'com.google.firebase:firebase-analytics:21.5.1'
+ testImplementation 'com.google.android.gms:play-services-measurement-api:22.1.0'
+ compileOnly 'com.google.firebase:firebase-analytics:22.1.0'
54
0 commit comments