sduduzog 7 tahun lalu
induk
melakukan
e614a65903
2 mengubah file dengan 12 tambahan dan 11 penghapusan
  1. 11 11
      app/build.gradle
  2. 1 0
      build.gradle

+ 11 - 11
app/build.gradle

@@ -36,18 +36,18 @@ dependencies {
     implementation 'androidx.core:core-ktx:1.0.0'
     implementation 'androidx.core:core-ktx:1.0.0'
 
 
     // Support Libraries
     // Support Libraries
-    implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
+    implementation 'androidx.appcompat:appcompat:1.0.0'
     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
-    implementation 'androidx.cardview:cardview:1.0.0-rc02'
-    implementation 'com.google.android.material:material:1.0.0-alpha1'
-    implementation 'androidx.recyclerview:recyclerview:1.0.0-rc02'
+    implementation 'androidx.cardview:cardview:1.0.0'
+    implementation 'com.google.android.material:material:1.0.0'
+    implementation 'androidx.recyclerview:recyclerview:1.0.0'
 
 
     // Arch Components
     // Arch Components
-    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0-rc01'
+    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
     implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha06'
     implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha06'
-    implementation 'androidx.room:room-runtime:2.0.0-alpha1'
-    annotationProcessor "androidx.room:room-compiler:2.0.0-alpha1"
-    annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.0.0-alpha1"
+    implementation 'androidx.room:room-runtime:2.1.0-alpha01'
+    annotationProcessor "androidx.room:room-compiler:2.1.0-alpha01"
+    annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.0.0"
 
 
     // 3rd Party libs
     // 3rd Party libs
     implementation 'com.daasuu:EasingInterpolator:1.0.0'
     implementation 'com.daasuu:EasingInterpolator:1.0.0'
@@ -55,7 +55,7 @@ dependencies {
     // Test libs
     // Test libs
     testImplementation 'junit:junit:4.12'
     testImplementation 'junit:junit:4.12'
     testImplementation 'org.mockito:mockito-core:2.7.6'
     testImplementation 'org.mockito:mockito-core:2.7.6'
-    androidTestImplementation 'androidx.room:room-testing:2.0.0-alpha1'
-    androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
-    androidTestImplementation 'androidx.test:rules:1.1.0-alpha3'
+    androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha01'
+    androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
+    androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
 }
 }

+ 1 - 0
build.gradle

@@ -7,6 +7,7 @@ buildscript {
         jcenter()
         jcenter()
     }
     }
     dependencies {
     dependencies {
+        //noinspection GradleDependency
         classpath 'com.android.tools.build:gradle:3.3.0-alpha11'
         classpath 'com.android.tools.build:gradle:3.3.0-alpha11'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"