mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-05-27 01:49:28 +02:00
Version updates
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.71'
|
||||
ext.nav_version = '2.3.0-alpha04'
|
||||
ext.kotlin_version = '1.3.72'
|
||||
ext.nav_version = '2.3.0'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
@@ -10,7 +10,7 @@ buildscript {
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.0-alpha04'
|
||||
classpath 'com.android.tools.build:gradle:4.2.0-alpha03'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.0.1-SNAPSHOT"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||
@@ -20,7 +20,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.7.2'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.10.0'
|
||||
id 'org.jetbrains.dokka' version '0.10.1'
|
||||
id 'jacoco'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user