diff --git a/app/build.gradle b/app/build.gradle index 34cc18e0..566da247 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.shajikhan.ladspa.amprack" minSdk 24 targetSdk 33 - versionCode 78 - versionName '3.99' + versionCode 79 + versionName '4' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { @@ -26,7 +26,7 @@ android { vectorDrawables { useSupportLibrary true } - versionNameSuffix '-Nighthawk' + versionNameSuffix '-Razor' } buildTypes {