依存関係追加

This commit is contained in:
r-ca 2024-01-23 02:35:59 +09:00
parent 151c2dde25
commit 29737303af
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -45,4 +45,8 @@ dependencies {
// shared
implementation project(':shared:ui')
// https://mvnrepository.com/artifact/androidx.preference/preference
implementation 'androidx.preference:preference:1.2.1'
}