Commit 2929047 1 parent da6715a commit 2929047 Copy full SHA for 2929047
File tree 2 files changed +1
-4
lines changed
src/main/java/com/sample/easyprefs
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
implementation fileTree(dir : " libs" , include : [" *.jar" ])
29
29
implementation project(path : ' :library' )
30
30
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
31
- implementation ' androidx.core:core-ktx:1.3.0 '
31
+ implementation ' androidx.core:core-ktx:1.3.1 '
32
32
implementation ' androidx.appcompat:appcompat:1.1.0'
33
33
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
34
34
Original file line number Diff line number Diff line change @@ -2,13 +2,10 @@ package com.sample.easyprefs
2
2
3
3
import android.os.Bundle
4
4
import androidx.appcompat.app.AppCompatActivity
5
- import io.easyprefs.Prefs
6
5
7
6
class MainActivity : AppCompatActivity () {
8
7
override fun onCreate (savedInstanceState : Bundle ? ) {
9
8
super .onCreate(savedInstanceState)
10
9
setContentView(R .layout.activity_main)
11
-
12
- Prefs .write().stringSetAsync(" " , HashSet ())
13
10
}
14
11
}
You can’t perform that action at this time.
0 commit comments