Skip to content

Commit

Permalink
Chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 committed Feb 15, 2022
1 parent e8fdd3a commit 4bfd74f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,18 @@ subprojects {
}

extensions.configure<BaseExtension> {
val minSdkVersion = 29
val targetSdkVersion = 31
val buildVersionName = "v18"
val buildVersionCode = 18

compileSdkVersion(targetSdkVersion)
compileSdkVersion(31)

defaultConfig {
if (isApp) {
applicationId = "com.github.kr328.clipboard"
}

minSdk = minSdkVersion
targetSdk = targetSdkVersion
minSdk = 29
targetSdk = 31

versionName = buildVersionName
versionCode = buildVersionCode
versionName = "v19"
versionCode = 19

if (!isApp) {
consumerProguardFiles("consumer-rules.pro")
Expand Down

0 comments on commit 4bfd74f

Please sign in to comment.