From c7295427005d30ebb05f42985356f4749dd3eb6c Mon Sep 17 00:00:00 2001 From: SweetySharma Date: Thu, 29 Jun 2023 13:40:08 +0530 Subject: [PATCH] |Update. version to 6.3 with material to 1.6.0 [Sweety] --- abha-sample/build.gradle | 6 +++--- app/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abha-sample/build.gradle b/abha-sample/build.gradle index 6cc95e0..46eb208 100644 --- a/abha-sample/build.gradle +++ b/abha-sample/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' @@ -51,8 +51,8 @@ afterEvaluate { from components.release groupId = 'com.github.sweetyTW' - artifactId = 'abha-sample' - version = '6.2' + artifactId = 'abha-create-verify-android' + version = '6.3' } } } diff --git a/app/build.gradle b/app/build.gradle index 7f9c03a..645d500 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version" implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1' implementation 'androidx.navigation:navigation-ui-ktx:2.4.1'