Skip to content

Commit 808dd61

Browse files
authored
feat: Update Firebase Analytics to v22 (#107)
1 parent 9b93c41 commit 808dd61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apply plugin: 'kotlin-android'
3636

3737
android {
3838
defaultConfig {
39-
minSdkVersion 16
39+
minSdkVersion 21
4040
}
4141
testOptions {
4242
unitTests.all {
@@ -49,6 +49,6 @@ android {
4949
dependencies {
5050
testImplementation files('libs/java-json.jar')
5151
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'
52+
testImplementation 'com.google.android.gms:play-services-measurement-api:22.1.0'
53+
compileOnly 'com.google.firebase:firebase-analytics:22.1.0'
5454
}

0 commit comments

Comments
 (0)