mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
Update dependencies & compileSdkVersion
This commit is contained in:
parent
d6a21ee42b
commit
4236a134ad
9 changed files with 34 additions and 34 deletions
14
build.gradle
14
build.gradle
|
@ -3,11 +3,11 @@
|
|||
buildscript {
|
||||
ext {
|
||||
lifecycle_version='2.5.1'
|
||||
navigation_version = '2.5.1'
|
||||
mdc_version = '1.7.0-rc01'
|
||||
navigation_version = '2.5.3'
|
||||
mdc_version = '1.9.0-alpha02'
|
||||
preference_version = '1.2.0'
|
||||
appcompat_version = '1.5.0'
|
||||
core_version='1.8.0'
|
||||
appcompat_version = '1.6.1'
|
||||
core_version='1.9.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -15,8 +15,8 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.2.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
}
|
||||
}
|
||||
|
@ -24,6 +24,6 @@ plugins {
|
|||
id "com.github.ben-manes.versions" version "0.42.0"
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
tasks.register('clean', Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue