|
|
@@ -35,16 +35,18 @@ dependencies {
|
|
|
|
|
|
// Kotlin Libraries
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
- implementation 'androidx.core:core-ktx:1.0.0'
|
|
|
|
|
|
// Support Libraries
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.0'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
- implementation 'com.google.android.material:material:1.0.0'
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
|
|
|
|
|
+ // Google Libraries
|
|
|
+ implementation 'com.google.android.material:material:1.0.0'
|
|
|
+
|
|
|
// Arch Components
|
|
|
+ implementation 'androidx.core:core-ktx:1.0.0'
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
|
|
implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha06'
|
|
|
implementation 'androidx.room:room-runtime:2.1.0-alpha01'
|