|
|
@@ -36,18 +36,18 @@ dependencies {
|
|
|
implementation 'androidx.core:core-ktx:1.0.0'
|
|
|
|
|
|
// 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.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
|
|
|
- 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 '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
|
|
|
implementation 'com.daasuu:EasingInterpolator:1.0.0'
|
|
|
@@ -55,7 +55,7 @@ dependencies {
|
|
|
// Test libs
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
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'
|
|
|
}
|