Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-12 09:46:38 +05:30
parent 7dace02c2c
commit 4adb0fa613
3 changed files with 8 additions and 3 deletions

View File

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