Dodanie implementacji biblioteki Room i SDP/SSP

This commit is contained in:
Naiki00 2021-01-16 13:31:26 +01:00
parent 64157eb74e
commit 062374052f
1 changed files with 6 additions and 0 deletions

View File

@ -42,4 +42,10 @@ dependencies {
testImplementation 'junit:junit:4.+' testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' 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"
} }