android/source/build.gradle |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e690752d5643ffaf4da8778768e5e080476b2427
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Tue Dec 27 12:46:28 2022 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Wed Dec 28 08:28:17 2022 +0000

    android: Update compileSdkVersion/targetSdkVersion to 33
    
    API version 33 refers to Android 13.
    
    I didn't notice anything requiring changes
    when quickly going over the release notes for all apps running on
    Android 13 [1] and apps targeting Android 13 [2].
    
    [1] https://developer.android.com/about/versions/13/behavior-changes-all
    [2] https://developer.android.com/about/versions/13/behavior-changes-13
    
    Change-Id: I8b68f3bf0afc4c00ecd3412a8fdf0581f2d6bbc0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144837
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 581216e603fc..37239d214f70 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -32,7 +32,7 @@ dependencies {
 
 android {
     namespace 'org.libreoffice'
-    compileSdkVersion 32
+    compileSdkVersion 33
     // uses non-conventional source layout, so need to reconfigure accordingly
     // ToDo move to conventional layout, so stuff can be stripped down.
     sourceSets {
@@ -48,7 +48,7 @@ android {
     }
     defaultConfig {
         minSdkVersion 16
-        targetSdkVersion 32
+        targetSdkVersion 33
         vectorDrawables.useSupportLibrary = true
     }
     buildTypes {

Reply via email to