From e7e47c49adf7d030c30aa60dda748f3e56400fc3 Mon Sep 17 00:00:00 2001 From: Sujit Kumar Date: Fri, 5 Mar 2021 14:41:04 +0530 Subject: [PATCH] Updated version code --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d2eee4c8..268a90c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "tk.therealsuji.vtopchennai" minSdkVersion 24 targetSdkVersion 30 - versionCode 12 - versionName "v2.2.1" + versionCode 13 + versionName "v3.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -27,7 +27,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation "androidx.security:security-crypto:1.1.0-alpha03" - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file