Dodanie implementacji biblioteki Room i SDP/SSP
This commit is contained in:
parent
64157eb74e
commit
062374052f
@ -42,4 +42,10 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.+'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
//Scalable Size (dla roznych wielkosci ekranow)
|
||||
implementation "com.intuit.sdp:sdp-android:1.0.6"
|
||||
implementation "com.intuit.ssp:ssp-android:1.0.6"
|
||||
//Room - biblioteka do baza danych
|
||||
implementation "androidx.room:room-runtime:2.2.5"
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.5"
|
||||
}
|
Loading…
Reference in New Issue
Block a user