Skip to content

Commit

Permalink
Fixed Junit
Browse files Browse the repository at this point in the history
  • Loading branch information
xHookman committed Jul 20, 2023
1 parent 3ec6946 commit daf158c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.test.ext:junit:1.1.5'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.github.chengxuncc:fileprefs:1.0'
compileOnly files('libs/api-82.jar')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import android.content.Context;
import android.content.SharedPreferences;

import com.coniy.fileprefs.FileSharedPreferences;

public class Preferences {
Expand Down

0 comments on commit daf158c

Please sign in to comment.