File tree Expand file tree Collapse file tree
src/main/java/com/datatheorem/android/trustkit/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 test : ' 1.1.0' ,
5757 legacySupport : ' 1.0.0' ,
5858 appcompat : ' 1.0.2' ,
59+ preference : ' 1.0.0'
5960 ],
6061 testing : [
6162 okhttp3 : ' 3.11.0' ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ repositories {
2828dependencies {
2929 implementation " androidx.annotation:annotation:$rootProject . libVersions . androidx . annotation "
3030 implementation " androidx.legacy:legacy-support-v4:$rootProject . libVersions . androidx . legacySupport "
31+ implementation " androidx.preference:preference:$rootProject . libVersions . androidx . preference "
3132
3233 androidTestImplementation " junit:junit:$rootProject . libVersions . junit "
3334 androidTestImplementation " androidx.test:runner:$rootProject . libVersions . androidx . test "
Original file line number Diff line number Diff line change 33
44import android .content .Context ;
55import android .content .SharedPreferences ;
6- import android .preference .PreferenceManager ;
7- import android .support .annotation .NonNull ;
6+
7+ import androidx .annotation .NonNull ;
8+ import androidx .preference .PreferenceManager ;
9+
810import java .util .UUID ;
911
1012/**
You can’t perform that action at this time.
0 commit comments