diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb index 992326d..7bf8350 100644 --- a/.idea/sonarlint/issuestore/index.pb +++ b/.idea/sonarlint/issuestore/index.pb @@ -3,7 +3,7 @@ W '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 + jitpack.yml,3/f/3f384c5ac91d01ea9ab11981ab87f1d958f63284 +< + build.gradle,f/0/f07866736216be0ee2aba49e392191aeae700a35 \ No newline at end of file diff --git a/autoScroll/build.gradle b/autoScroll/build.gradle index 6aa8763..4800fac 100644 --- a/autoScroll/build.gradle +++ b/autoScroll/build.gradle @@ -29,13 +29,7 @@ android { } dependencies { - - implementation 'androidx.core:core-ktx:1.7.0' - 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' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } afterEvaluate {