diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e3e1611..5728fc6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { applicationId = "com.github.miwu" minSdk = 26 targetSdk = 34 - versionCode = 2 - versionName = "2.0.0" + versionCode = 3 + versionName = "2.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildFeatures {