From 8051a4675dc458d65cceb26d6e9bab7bc8a906c8 Mon Sep 17 00:00:00 2001 From: thevindu-w Date: Sun, 6 Aug 2023 23:38:04 +0530 Subject: [PATCH] Upgraded dependencies --- app/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3ad1168..f56ab63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId = "com.tw.clipshare" minSdkVersion 24 targetSdkVersion 31 - versionCode = 2 - versionName = "2.4.2" + versionCode = 20500 + versionName = "2.5.0" resConfigs "en" } @@ -35,6 +35,5 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.8.0' - implementation "androidx.core:core:1.9.0" + implementation 'com.google.android.material:material:1.9.0' } \ No newline at end of file