Skip to content

Commit

Permalink
Version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Mar 26, 2024
1 parent 08fe668 commit c88ad15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -26,7 +26,7 @@ android {
vectorDrawables {
useSupportLibrary true
}
versionNameSuffix '-Nighthawk'
versionNameSuffix '-Razor'
}

buildTypes {
Expand Down

0 comments on commit c88ad15

Please sign in to comment.