remove unused dependency

This commit is contained in:
lucky 2021-11-21 17:08:07 +03:00
parent 33d872d560
commit 67ae275282
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "me.lucky.wasted"
minSdk 25
targetSdk 31
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -44,6 +44,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.security:security-crypto:1.0.0'
}

View File

@ -0,0 +1 @@
Not provided by developer