Skip to content

Commit 7d0b6b8

Browse files
committed
android: compileSdkVersion to 34 (Android 14)
As we said on the last one of these, fc2dab7: This setting is not to be confused with the targetSdkVersion. The latter goes into the built manifest, and affects a wide range of behavior, so bumping it requires careful testing. This is used purely at build time, and should have no effect on runtime behavior. This value needs to be at least as high as targetSdkVersion, and we need to bump that to 34 soon (zulip#5877). So, do this to prepare for that. No build failures or warnings appeared for me with tools/test native --all-files .
1 parent 966e7f3 commit 7d0b6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
// https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd
2020
// What's the latest? Consult this list:
2121
// https://developer.android.com/studio/releases/platforms
22-
compileSdkVersion = 33
22+
compileSdkVersion = 34
2323
}
2424
repositories {
2525
google()

0 commit comments

Comments
 (0)