diff --git a/app/build.gradle b/app/build.gradle index d0bf8cff..5432d1dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.lt2333.simplicitytools" minSdk 30 targetSdk 32 - versionCode 9 - versionName '1.0.8' + versionCode 10 + versionName '1.0.9' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }