Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-07 22:02:54 +01:00
parent cb584db2e4
commit 2d07e888e3
3 changed files with 40 additions and 2 deletions

View File

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