Skip to content

Commit

Permalink
Update app version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Oct 6, 2024
1 parent d22074c commit 7dee52e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "dev.chungjungsoo.gptmobile"
minSdk = 28
targetSdk = 34
versionCode = 7
versionName = "0.4.1"
versionCode = 8
versionName = "0.5.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -52,9 +52,6 @@ android {
buildFeatures {
compose = true
}
// composeOptions {
// kotlinCompilerExtensionVersion = "1.5.13" // Make sure to update this when Kotlin version is updated
// }
packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
Expand Down

0 comments on commit 7dee52e

Please sign in to comment.