diff --git a/app/build.gradle b/app/build.gradle index 57445fcc2ce..77509f4c72c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,9 +54,9 @@ android { targetSdkVersion 33 // current: targetSdkVersion 31 // TODO: update versionName with each release - versionName "4.03" + versionName "4.04" // TODO: update versionCode with each PR - versionCode 100403 + versionCode 100404 testApplicationId 'org.greatfire.wikiunblocked.test' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' @@ -181,7 +181,7 @@ android { fdroid { applicationId 'org.greatfire.wikiunblocked.fdroid' // static string for fdroid repo - versionName '4.03-fdroid' + versionName '4.04-fdroid' // TODO: see above re: signing code // signingConfig signingConfigs.prod }