Skip to content

Commit 41f4028

Browse files
committed
API format changes and make compatible with Kotlin and Java
1 parent cc71995 commit 41f4028

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1451
-1541
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ dependencies {
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3131
implementation 'androidx.core:core-ktx:1.3.1'
3232
implementation 'androidx.appcompat:appcompat:1.2.0'
33-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
33+
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
3434

3535
testImplementation 'junit:junit:4.13'
36-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
37-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
36+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
37+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3838
}

app/src/androidTest/java/com/sample/easyprefs/PrefsContextEditTest.kt

Lines changed: 0 additions & 60 deletions
This file was deleted.

app/src/androidTest/java/com/sample/easyprefs/PrefsContextFileTest.kt

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)