Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/master'

Beautus Sduduzo Gumede 7 rokov pred
rodič
commit
2cfa3955d8

+ 4 - 2
app/build.gradle

@@ -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'

+ 2 - 2
gradle/wrapper/gradle-wrapper.properties

@@ -1,6 +1,6 @@
-#Mon Sep 24 01:50:43 SAST 2018
+#Sat Oct 13 17:11:51 SAST 2018
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip