mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-17 23:55:21 +01:00
Migrated dependencies and plugins to version catalog (#1497)
This commit is contained in:
parent
8136612eaa
commit
7e1ca1e211
4 changed files with 190 additions and 73 deletions
18
build.gradle
18
build.gradle
|
@ -1,28 +1,20 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
lifecycle_version = '2.6.1'
|
||||
navigation_version = '2.5.3'
|
||||
mdc_version = '1.9.0-beta01'
|
||||
preference_version = '1.2.0'
|
||||
appcompat_version = '1.6.1'
|
||||
core_version = '1.10.0-rc01'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
classpath libs.gradle
|
||||
classpath libs.kotlin.gradle.plugin
|
||||
classpath libs.androidx.navigation.safeargs.plugin
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "com.github.ben-manes.versions" version "0.46.0"
|
||||
id 'com.google.devtools.ksp' version '1.8.10-1.0.9' apply false
|
||||
alias libs.plugins.github.ben.manes
|
||||
alias libs.plugins.google.devtools.ksp apply false
|
||||
}
|
||||
|
||||
tasks.register('clean', Delete) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue