Skip to content

Commit 58950ef

Browse files
committed
Dropped Marshmallow/6.0 support
1 parent df5a01b commit 58950ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555

5656
defaultConfig {
5757
applicationId "app.simple.positional"
58-
minSdkVersion 23
58+
minSdkVersion 24
5959
//noinspection OldTargetApi
6060
targetSdkVersion 30
6161
versionCode appVersionCode

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.0.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
12-
classpath 'com.google.gms:google-services:4.3.8'
12+
classpath 'com.google.gms:google-services:4.3.9'
1313

1414
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files

0 commit comments

Comments
 (0)