mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +00:00
update multiple lib-versions
This commit is contained in:
parent
0e9a387d93
commit
1848422bca
5 changed files with 28 additions and 24 deletions
|
@ -149,7 +149,7 @@ dependencies {
|
|||
implementation project(':leanback')
|
||||
implementation project(':common')
|
||||
|
||||
noFreeImplementation 'com.google.android.gms:play-services-cast-framework:20.0.0'
|
||||
noFreeImplementation 'com.google.android.gms:play-services-cast-framework:21.0.1'
|
||||
|
||||
def appCenterSdkVersion = '2.5.1'
|
||||
noFreeImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
|
||||
|
|
|
@ -11,10 +11,10 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.2.0'
|
||||
classpath 'com.android.tools.build:gradle:7.1.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:9.1.1"
|
||||
def nav_version = "2.3.0-alpha03"
|
||||
def nav_version = '2.4.1'
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"
|
||||
|
||||
|
|
|
@ -62,24 +62,24 @@ dependencies {
|
|||
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
|
||||
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
|
||||
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0'
|
||||
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
|
||||
|
||||
api 'androidx.appcompat:appcompat:1.2.0'
|
||||
api 'androidx.appcompat:appcompat:1.4.1'
|
||||
|
||||
def lifecycle_version = "2.2.0"
|
||||
def lifecycle_version = "2.4.1"
|
||||
api "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
|
||||
api "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
|
||||
api "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
|
||||
api "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
|
||||
|
||||
api "androidx.core:core-ktx:1.3.2"
|
||||
api "androidx.core:core-ktx:1.7.0"
|
||||
|
||||
def paging_version = "2.1.2"
|
||||
api "androidx.paging:paging-runtime-ktx:$paging_version"
|
||||
|
||||
api "androidx.recyclerview:recyclerview:1.2.0"
|
||||
api "androidx.recyclerview:recyclerview:1.2.1"
|
||||
|
||||
def roomVersion = "2.3.0"
|
||||
def roomVersion = "2.4.2"
|
||||
api "androidx.room:room-runtime:$roomVersion"
|
||||
kapt "androidx.room:room-compiler:$roomVersion"
|
||||
api "androidx.room:room-ktx:$roomVersion"
|
||||
|
|
|
@ -36,17 +36,19 @@ android {
|
|||
|
||||
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
lintOptions.abortOnError = false
|
||||
|
||||
buildFeatures {
|
||||
dataBinding = true
|
||||
}
|
||||
lint {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':common')
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
implementation 'com.google.android.material:material:1.5.0'
|
||||
|
||||
implementation 'androidx.leanback:leanback:1.0.0'
|
||||
implementation 'androidx.leanback:leanback-preference:1.0.0'
|
||||
|
@ -55,11 +57,11 @@ dependencies {
|
|||
implementation "androidx.tvprovider:tvprovider:1.0.0"
|
||||
implementation 'androidx.recommendation:recommendation:1.0.0'
|
||||
|
||||
implementation 'com.google.android.exoplayer:extension-leanback:2.9.6'
|
||||
androidTestImplementation('androidx.test:rules:1.3.0') {
|
||||
implementation 'com.google.android.exoplayer:extension-leanback:2.17.1'
|
||||
androidTestImplementation('androidx.test:rules:1.4.0') {
|
||||
exclude module: 'support-annotations'
|
||||
}
|
||||
androidTestImplementation('androidx.test.ext:junit:1.1.2') {
|
||||
androidTestImplementation('androidx.test.ext:junit:1.1.3') {
|
||||
exclude module: 'support-annotations'
|
||||
}
|
||||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
|
||||
|
|
|
@ -64,7 +64,7 @@ dependencies {
|
|||
implementation('com.mikepenz:aboutlibraries:6.1.1@aar') {
|
||||
transitive = true
|
||||
}
|
||||
def nav_version = "2.3.5"
|
||||
def nav_version = "2.4.2"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
|
@ -72,14 +72,16 @@ dependencies {
|
|||
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.4.2'
|
||||
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
|
||||
implementation 'androidx.mediarouter:mediarouter:1.2.2'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'androidx.mediarouter:mediarouter:1.3.0'
|
||||
implementation 'com.google.android.material:material:1.5.0'
|
||||
|
||||
implementation "androidx.browser:browser:1.3.0"
|
||||
implementation 'com.google.android.gms:play-services-cast-framework:21.0.1'
|
||||
|
||||
implementation "androidx.browser:browser:1.4.0"
|
||||
|
||||
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.0'
|
||||
implementation('com.mikepenz:aboutlibraries:6.1.1@aar') {
|
||||
|
@ -92,11 +94,11 @@ dependencies {
|
|||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.11.0'
|
||||
testImplementation 'org.robolectric:robolectric:4.1'
|
||||
androidTestImplementation('androidx.test:rules:1.3.0') {
|
||||
testImplementation 'org.robolectric:robolectric:4.5.1'
|
||||
androidTestImplementation('androidx.test:rules:1.4.0') {
|
||||
exclude module: 'support-annotations'
|
||||
}
|
||||
androidTestImplementation('androidx.test.ext:junit:1.1.2') {
|
||||
androidTestImplementation('androidx.test.ext:junit:1.1.3') {
|
||||
exclude module: 'support-annotations'
|
||||
}
|
||||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue