Skip to content

Commit

Permalink
Update for AGP 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valodim committed Jan 11, 2024
1 parent 8bc98b4 commit f91db6b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions openpgp-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,27 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

android {
compileSdkVersion 28

defaultConfig {
versionCode 9
versionName '13.1' // API-Version . minor
versionCode 10
versionName '14.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 28
namespace 'org.openintents.openpgp'
if (project.hasProperty('compileSdkVersion')) {
compileSdk rootProject.ext.compileSdkVersion
} else {
compileSdk 28
}
}

lintOptions {
abortOnError false
}
buildFeatures {
aidl true
}
}

/*
// https://developer.android.com/studio/build/maven-publish-plugin
afterEvaluate {
publishing {
Expand Down Expand Up @@ -45,3 +52,4 @@ afterEvaluate {
}
}
}
*/

0 comments on commit f91db6b

Please sign in to comment.