Merge RetroMusicPlayer/dev into dev
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
commit
46ad05a832
539 changed files with 10446 additions and 8947 deletions
18
build.gradle
18
build.gradle
|
@ -2,11 +2,12 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.6.21'
|
||||
navigation_version = '2.5.0-rc01'
|
||||
mdc_version = '1.6.0'
|
||||
lifecycle_version = '2.6.0'
|
||||
navigation_version = '2.5.3'
|
||||
mdc_version = '1.9.0-alpha02'
|
||||
preference_version = '1.2.0'
|
||||
appcompat_version = '1.4.1'
|
||||
appcompat_version = '1.6.1'
|
||||
core_version = '1.10.0-rc01'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -15,10 +16,15 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.4.0-beta02'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
}
|
||||
}
|
||||
task clean(type: Delete) {
|
||||
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
|
||||
}
|
||||
|
||||
tasks.register('clean', Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue