Skip to content

Commit

Permalink
Made few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar M Shetty committed Feb 28, 2023
1 parent 9539fbc commit 9c1c0fa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
```gradle
dependencies {
implementation 'com.github.Tusharshetty912:AutoScroll:1.0.3'
api 'com.github.Tusharshetty912:AutoScroll:1.0.4'
}
```

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions autoScroll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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'
Expand Down

0 comments on commit 9c1c0fa

Please sign in to comment.