From fe176a37cccd5a4145910662dd5bc88dac44448e Mon Sep 17 00:00:00 2001 From: Gaurav Naresh Pandit <57807284+gnpandit12@users.noreply.github.com> Date: Fri, 10 Dec 2021 19:35:48 +0530 Subject: [PATCH] Added support for follow up & minor fixes (#3) --- README.md | 4 ++-- app/build.gradle | 6 +++--- build.gradle | 2 +- settings.gradle | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e5e41e..7638454 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add this dependency to your project: com.attestr attestr-flowx - 0.2.1 + 0.3.1 ``` @@ -23,7 +23,7 @@ Add this dependency to your project: Add this dependency to your project's build file: ```groovy -implementation "com.attestr:attestr-flowx:0.2.1" +implementation "com.attestr:attestr-flowx:0.3.1" ``` ## Usage diff --git a/app/build.gradle b/app/build.gradle index f1320d8..a56faca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.0' - implementation "com.attestr:attestr-flowx:0.2.1" + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation "com.attestr:attestr-flowx:0.3.1" } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8aec773..03ce63f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:7.0.1" + classpath 'com.android.tools.build:gradle:7.0.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21" // NOTE: Do not place your application dependencies here; they belong diff --git a/settings.gradle b/settings.gradle index 3f33f5b..d30e194 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,5 +5,5 @@ dependencyResolutionManagement { mavenCentral() } } -rootProject.name = "AttestrSampleApp" +rootProject.name = "AttestrKotlinApp" include ':app' \ No newline at end of file