File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/com/sample/easyprefs Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation fileTree(dir : " libs" , include : [" *.jar" ])
2929 implementation project(path : ' :library' )
3030 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 '
3232 implementation ' androidx.appcompat:appcompat:1.1.0'
3333 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3434
Original file line number Diff line number Diff line change @@ -2,13 +2,10 @@ package com.sample.easyprefs
22
33import android.os.Bundle
44import androidx.appcompat.app.AppCompatActivity
5- import io.easyprefs.Prefs
65
76class MainActivity : AppCompatActivity () {
87 override fun onCreate (savedInstanceState : Bundle ? ) {
98 super .onCreate(savedInstanceState)
109 setContentView(R .layout.activity_main)
11-
12- Prefs .write().stringSetAsync(" " , HashSet ())
1310 }
1411}
You can’t perform that action at this time.
0 commit comments