Skip to content
Snippets Groups Projects
Verified Commit 53ec2ecf authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

chore: update target sdk

parent f4951a2e
No related branches found
No related tags found
No related merge requests found
Pipeline #2961 canceled
...@@ -7,11 +7,11 @@ plugins { ...@@ -7,11 +7,11 @@ plugins {
} }
android { android {
compileSdk = 31 compileSdk = 32
defaultConfig { defaultConfig {
minSdk = 21 minSdk = 21
targetSdk = 31 targetSdk = 32
applicationId = "${rootProject.group}.${rootProject.name.toLowerCase(Locale.ROOT)}" applicationId = "${rootProject.group}.${rootProject.name.toLowerCase(Locale.ROOT)}"
versionCode = cmd("git", "rev-list", "--count", "HEAD")?.toIntOrNull() ?: 1 versionCode = cmd("git", "rev-list", "--count", "HEAD")?.toIntOrNull() ?: 1
......
...@@ -4,11 +4,11 @@ plugins { ...@@ -4,11 +4,11 @@ plugins {
} }
android { android {
compileSdk = 31 compileSdk = 32
defaultConfig { defaultConfig {
minSdk = 21 minSdk = 21
targetSdk = 31 targetSdk = 32
consumerProguardFiles("proguard-rules.pro") consumerProguardFiles("proguard-rules.pro")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment