Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-06 08:48:35 +05:30
parent e8fdc6d937
commit 44e7a6f6f9
3 changed files with 17 additions and 2 deletions

View File

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