diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a164e70..88a7267 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { @@ -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}"