diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6670516..11e60ed 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,14 +18,14 @@ val keystoreProps = Properties().apply { android { namespace = "com.scarriffle.calendarr" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.scarriffle.calendarr" minSdk = 24 - targetSdk = 34 + targetSdk = 35 versionCode = 1 - versionName = "0.1.0" + versionName = "1.0.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { useSupportLibrary = true }