This commit is contained in:
Rahul Patel
2023-10-16 00:48:53 +05:30
parent 749b1529b8
commit 7662f2c6f7
3 changed files with 16 additions and 2 deletions

View File

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