Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-25 11:29:04 +05:30
parent f43af7a999
commit 34b94ef236
3 changed files with 12 additions and 2 deletions

View File

@@ -45,8 +45,8 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 57
versionName = "4.4.3"
versionCode = 58
versionName = "4.4.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}