Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-06 11:58:02 +05:30
parent 2183dfd105
commit eecd026114
3 changed files with 17 additions and 2 deletions

View File

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