Skip to content

Commit

Permalink
chore: release v1.11.0-rc.1 (11100)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Oct 31, 2023
1 parent d9c1e3b commit b4675ab
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ sealed class Version(
}
}

val currentVersion: Version = Version.Beta(
val currentVersion: Version = Version.ReleaseCandidate(
versionMajor = 1,
versionMinor = 11,
versionPatch = 0,
versionBuild = 2
versionBuild = 1
)

val keystorePropertiesFile: File = rootProject.file("keystore.properties")
Expand Down Expand Up @@ -86,7 +86,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 21
targetSdk = 34
versionCode = 11000
versionCode = 11100

if (splitApks) {
splits {
Expand Down Expand Up @@ -134,13 +134,7 @@ android {
signingConfig = signingConfigs.getByName("debug")
}
}
// compileOptions {
// sourceCompatibility = JavaVersion.VERSION_11
// targetCompatibility = JavaVersion.VERSION_11
// }
// kotlinOptions {
// jvmTarget = "1.8"
// }

buildFeatures {
compose = true
}
Expand Down

0 comments on commit b4675ab

Please sign in to comment.