diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 72201d1..5330955 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,8 +10,8 @@ android { applicationId = "com.cworld.notie" minSdk = 24 targetSdk = 34 - versionCode = 200 - versionName = "2.0.0" + versionCode = 210 + versionName = "2.1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }