Issue#35 version updates
This commit is contained in:
parent
1a78899677
commit
a5dcdd3409
14 changed files with 48 additions and 44 deletions
14
build.gradle
14
build.gradle
|
|
@ -1,20 +1,24 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.6.10"
|
||||
ext.kotlin_version = "1.7.10"
|
||||
ext.detekt_version = "1.19.0"
|
||||
ext.navigation_version = "2.4.2"
|
||||
ext.hilt_version = "2.40.5"
|
||||
ext.hilt_version = "2.44"
|
||||
ext.compose_compiler_version = "1.3.1"
|
||||
ext.compileSdkVersion = 32
|
||||
ext.minSdkVersion = 21
|
||||
ext.targetSdkVersion = 32
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.1.3'
|
||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detekt_version"
|
||||
}
|
||||
}
|
||||
|
|
@ -45,4 +49,4 @@ apply from: 'gradlescripts/lint.gradle'
|
|||
apply from: 'gradlescripts/testoptions.gradle'
|
||||
apply from: 'gradlescripts/test.tasks.gradle'
|
||||
apply from: 'gradlescripts/testdependencies.gradle'
|
||||
apply from: 'gradlescripts/disable.test.task.gradle'
|
||||
apply from: 'gradlescripts/disable.test.task.gradle'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue