mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
Dependencies update
This commit is contained in:
@@ -50,7 +50,7 @@ dependencies {
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation 'androidx.room:room-runtime:2.4.0-rc01'
|
||||
implementation 'androidx.room:room-runtime:2.4.0'
|
||||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
|
||||
// Android Material
|
||||
@@ -68,7 +68,7 @@ dependencies {
|
||||
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.4.0-rc01'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.4.0'
|
||||
|
||||
// Retrofit
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
|
||||
@@ -6,7 +6,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
||||
Reference in New Issue
Block a user