Skip to content

Commit 957672c

Browse files
bump version to 1.1.0
1 parent 1f8b62c commit 957672c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.sidharth.lg_motion"
1515
minSdk 30
1616
targetSdk 34
17-
versionCode 10
18-
versionName "1.0.9"
17+
versionCode 11
18+
versionName "1.1.0"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}
@@ -43,7 +43,6 @@ dependencies {
4343
implementation 'com.google.android.material:material:1.9.0'
4444
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4545
implementation 'androidx.preference:preference-ktx:1.2.1'
46-
implementation 'androidx.preference:preference:1.2.1'
4746
testImplementation 'junit:junit:4.13.2'
4847
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4948
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)