feat(app): bump version number for full (approved uk foods) e number list

This commit is contained in:
Anthony 2024-07-01 14:28:10 +02:00
parent cc59da3459
commit 9b2eba3ba2

View File

@ -71,8 +71,8 @@ android {
applicationId = "io.anthonyberg.veganenumbers"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 4
versionName = "0.3"
versionCode = 5
versionName = "0.4"
}
packaging {
resources {