Skip to content

Commit

Permalink
[STAD-572] Set targetSdkVersion to 34
Browse files Browse the repository at this point in the history
Task/stad 572 target sdk version 34
  • Loading branch information
hb0 authored Feb 26, 2024
2 parents f987488 + 732b85b commit 5ce3f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ ext {
cyfaceEnergySettingsVersion = "0.0.0" // Automatically overwritten by CI

// Cyface dependencies
cyfaceUtilsVersion = "4.0.4"
cyfaceUtilsVersion = "4.0.5"

// Android SDK versions
minSdkVersion = 21 // device support
targetSdkVersion = 33 // behavioral changes, follow migration guide & test the app against this
targetSdkVersion = 34 // behavioral changes, follow migration guide & test the app against this
compileSdkVersion = 34 // allows newest APIs to be used and to see deprecations, use latest
buildToolsVersion = '34.0.0' // optional, if defined, use latest (SDK Manager > SDK Tools)

Expand Down

0 comments on commit 5ce3f8c

Please sign in to comment.