add depend

This commit is contained in:
Niki 2024-06-18 14:53:05 +09:00
parent bc55ae929a
commit fb720721e7

View File

@ -44,4 +44,6 @@ dependencies {
implementation project(':model')
implementation project(':utils')
implementation project(':data')
implementation 'com.google.android.gms:play-services-cronet:18.0.1'
}