We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5a01b commit 58950efCopy full SHA for 58950ef
app/build.gradle
@@ -55,7 +55,7 @@ android {
55
56
defaultConfig {
57
applicationId "app.simple.positional"
58
- minSdkVersion 23
+ minSdkVersion 24
59
//noinspection OldTargetApi
60
targetSdkVersion 30
61
versionCode appVersionCode
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
dependencies {
10
classpath 'com.android.tools.build:gradle:7.0.0'
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
12
- classpath 'com.google.gms:google-services:4.3.8'
+ classpath 'com.google.gms:google-services:4.3.9'
13
14
// NOTE: Do not place your application dependencies here; they belong
15
// in the individual module build.gradle files
0 commit comments