mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-26 19:31:31 +01:00
Dependency upgrades, running on AS 4.1
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -1,18 +1,18 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.60'
|
||||
ext.nav_version = '2.2.0-beta01'
|
||||
ext.kotlin_version = '1.3.71'
|
||||
ext.nav_version = '2.3.0-alpha04'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.0-alpha07'
|
||||
classpath 'com.android.tools.build:gradle:4.1.0-alpha04'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.18"
|
||||
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.5.1.0"
|
||||
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.0.1-SNAPSHOT"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
@@ -20,8 +20,8 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.1.1'
|
||||
id 'org.jetbrains.dokka' version '0.9.18'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.7.2'
|
||||
id 'org.jetbrains.dokka' version '0.10.1'
|
||||
id 'jacoco'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user