Update version to 1.0.1

This commit is contained in:
dovecoteescapee 2024-08-06 19:18:18 +03:00
parent 989156d3dd
commit 312dc4b264

View File

@ -13,8 +13,8 @@ android {
applicationId = "io.github.dovecoteescapee.byedpi"
minSdk = 21
targetSdk = 34
versionCode = 4
versionName = "1.0.0"
versionCode = 5
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}