Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-23 22:11:05 +05:30
parent 3091679c4c
commit 2ba8692467
3 changed files with 18 additions and 2 deletions

View File

@@ -45,8 +45,8 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 55
versionName = "4.4.1"
versionCode = 56
versionName = "4.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}