Skip to content

Commit

Permalink
api34
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Aug 13, 2024
1 parent b79f222 commit cec1974
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
android:label="OpenPGP API Example">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down
4 changes: 2 additions & 2 deletions openpgp-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cec1974

Please sign in to comment.