Skip to content

Commit ffc030a

Browse files
committed
frontend/android: update targetSdkVersion to 34
Required by Google Play by end of August 2024.
1 parent c221fca commit ffc030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/android/BitBoxApp/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
defaultConfig {
77
applicationId "ch.shiftcrypto.bitboxapp"
88
minSdkVersion 21
9-
targetSdkVersion 33
9+
targetSdkVersion 34
1010
versionCode 51
1111
versionName "android-4.43.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)