Browse Source

Merge pull request #914 from nextcloud/build/app/update-compile-sdk-version

build(app): Update compileSdkVersion to 34
pull/915/head
Kate 1 year ago committed by GitHub
parent
commit
4ded242f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/app/android/app/build.gradle

2
packages/app/android/app/build.gradle

@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion flutter.ndkVersion
compileOptions {

Loading…
Cancel
Save