diff --git a/app/build.gradle b/app/build.gradle index 2abf246..b5223a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,9 +6,9 @@ android { applicationId "com.codedead.deadhash" minSdk 28 targetSdk 34 - versionName '1.7.8' + versionName '1.8.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 9 + versionCode 10 } buildTypes { release {