Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-08-19 21:03:39 +05:30
parent 8a4ddf0d5e
commit 694ece74c7
3 changed files with 20 additions and 2 deletions

View File

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