diff --git a/oeffi/AndroidManifest.xml b/oeffi/AndroidManifest.xml index 909e51d..ddf7587 100644 --- a/oeffi/AndroidManifest.xml +++ b/oeffi/AndroidManifest.xml @@ -25,7 +25,7 @@ + android:targetSdkVersion="34" /> diff --git a/oeffi/build.gradle b/oeffi/build.gradle index c4ae1a7..1a376d2 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -31,7 +31,7 @@ dependencies { } android { - compileSdkVersion 'android-33' + compileSdkVersion 'android-34' buildToolsVersion '34.0.0' defaultConfig {