This commit is contained in:
Rahul Patel
2023-10-18 01:02:17 +05:30
parent ea2436ae6f
commit 491b16782c
3 changed files with 10 additions and 2 deletions

View File

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