Skip to content

Commit 6cd4cdb

Browse files
committed
contrib/contrib: bump compile/targetSdkVersion to 34
Required for upload to Google Store after August 31st Signed-off-by: Brice Goglin <[email protected]> (cherry picked from commit 60b17e2)
1 parent d55ca76 commit 6cd4cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/android/AndroidApp/lstopo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 33
4+
compileSdkVersion 34
55
defaultConfig {
66
applicationId "com.hwloc.lstopo"
77
minSdkVersion 21
8-
targetSdkVersion 33
8+
targetSdkVersion 34
99
ndkVersion "26.1.10909125"
1010
// Increase versionCode whenever you publish a new Android release
1111
versionCode 80274

0 commit comments

Comments
 (0)