File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
14
14
applicationId " com.sidharth.lg_motion"
15
15
minSdk 30
16
16
targetSdk 34
17
- versionCode 10
18
- versionName " 1.0.9 "
17
+ versionCode 11
18
+ versionName " 1.1.0 "
19
19
20
20
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
21
21
}
@@ -43,7 +43,6 @@ dependencies {
43
43
implementation ' com.google.android.material:material:1.9.0'
44
44
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
45
45
implementation ' androidx.preference:preference-ktx:1.2.1'
46
- implementation ' androidx.preference:preference:1.2.1'
47
46
testImplementation ' junit:junit:4.13.2'
48
47
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
49
48
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
You can’t perform that action at this time.
0 commit comments