diff --git a/example/build.gradle b/example/build.gradle index 8bae214..50c1a1e 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -8,8 +8,8 @@ dependencies { android { defaultConfig { minSdkVersion 14 - compileSdk 31 - targetSdkVersion 31 + compileSdk 34 + targetSdkVersion 34 applicationId 'org.openintents.openpgp.example' versionCode 6 versionName '7.0' diff --git a/example/src/main/AndroidManifest.xml b/example/src/main/AndroidManifest.xml index 01e17f6..176fd9c 100644 --- a/example/src/main/AndroidManifest.xml +++ b/example/src/main/AndroidManifest.xml @@ -12,7 +12,6 @@ android:label="OpenPGP API Example"> - diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle index 4bf526e..5adb48f 100644 --- a/openpgp-api/build.gradle +++ b/openpgp-api/build.gradle @@ -6,12 +6,12 @@ android { versionCode 10 versionName '14.0' // API-Version . minor minSdkVersion 9 - targetSdkVersion 31 + targetSdkVersion 34 namespace 'org.openintents.openpgp' if (project.hasProperty('compileSdkVersion')) { compileSdk rootProject.ext.compileSdkVersion } else { - compileSdk 31 + compileSdk 34 } } lint {