From 9c1c0faad3cd499929882e36059404561287233c Mon Sep 17 00:00:00 2001 From: Tushar M Shetty Date: Tue, 28 Feb 2023 11:56:38 +0530 Subject: [PATCH] Made few changes --- .idea/sonarlint/issuestore/index.pb | 8 +++++++- README.md | 2 +- app/build.gradle | 6 +++--- autoScroll/build.gradle | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb index 342cda0..992326d 100644 --- a/.idea/sonarlint/issuestore/index.pb +++ b/.idea/sonarlint/issuestore/index.pb @@ -1,3 +1,9 @@ W -'autoScroll/src/main/AndroidManifest.xml,e/2/e21e3e31bcd5e4a06d7febbac7f8cd41fe27adce \ No newline at end of file +'autoScroll/src/main/AndroidManifest.xml,e/2/e21e3e31bcd5e4a06d7febbac7f8cd41fe27adce +? +settings.gradle,0/5/05efc8b1657769a27696d478ded1e95f38737233 +m +=autoScroll/src/main/java/com/example/autoscroll/AutoScroll.kt,5/a/5a8e92a39a7b608a9744ebd69b7dc21ffb4946aa +; + jitpack.yml,3/f/3f384c5ac91d01ea9ab11981ab87f1d958f63284 \ No newline at end of file diff --git a/README.md b/README.md index 16a6f5a..0bba6cc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Tusharshetty912:AutoScroll:1.0.3' + api 'com.github.Tusharshetty912:AutoScroll:1.0.4' } ``` diff --git a/app/build.gradle b/app/build.gradle index c4e411b..3387b19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace 'com.example.autoscroll' - compileSdk 33 + compileSdk 32 defaultConfig { applicationId "com.example.autoscroll" minSdk 21 - targetSdk 33 + targetSdk 32 versionCode 1 versionName "1.0" @@ -32,7 +32,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' diff --git a/autoScroll/build.gradle b/autoScroll/build.gradle index 66bbeb3..6aa8763 100644 --- a/autoScroll/build.gradle +++ b/autoScroll/build.gradle @@ -6,11 +6,11 @@ plugins { android { namespace 'com.example.autoscroll' - compileSdk 33 + compileSdk 32 defaultConfig { minSdk 21 - targetSdk 33 + targetSdk 32 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.8.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'