Skip to content

Commit a235c92

Browse files
Fix : Rollback_changes
1 parent 400beff commit a235c92

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,5 @@ dependencies {
118118

119119
// OSS license plugin
120120
implementation("com.google.android.gms:play-services-oss-licenses:17.1.0")
121-
implementation ("com.github.warkiz:IndicatorSeekBar:2.1.1")
122-
123121

124122
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id("com.android.application") version "8.5.1" apply false
14+
id("com.android.application") version "8.7.3" apply false
1515
}

0 commit comments

Comments
 (0)