diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e5f94ab1..52107edc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.lt2333.simplicitytools" minSdk = 31 targetSdk = 32 - versionCode = 31 - versionName = "1.3.0" + versionCode = 32 + versionName = "1.3.1" } buildTypes {