This commit is contained in:
Rahul Patel
2023-10-12 23:54:13 +05:30
parent 27741cb652
commit 5cf28c03fc
4 changed files with 7 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 50
versionName = "4.3.2"
versionCode = 51
versionName = "4.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}