AndroidAPS/build.gradle

90 lines
2.7 KiB
Groovy
Raw Normal View History

2016-06-04 17:28:05 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
2020-05-03 21:27:42 +02:00
ext {
Bump kotlin_version from 1.5.31 to 1.6.0 Bumps `kotlin_version` from 1.5.31 to 1.6.0. Updates `kotlin-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-allopen` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-stdlib-jdk8` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-stdlib-jdk7` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-reflect` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 09:15:55 +01:00
kotlin_version = '1.6.0'
2021-12-11 11:37:22 +01:00
coreVersion = '1.6.0'
rxjava_version = '2.2.21'
2020-05-03 21:27:42 +02:00
rxandroid_version = '2.1.1'
rxkotlin_version = '2.4.0'
2021-04-29 22:02:49 +02:00
room_version = '2.3.0'
2021-12-11 11:37:22 +01:00
lifecycle_version = '2.3.1'
Bump dagger_version from 2.40.4 to 2.40.5 Bumps `dagger_version` from 2.40.4 to 2.40.5. Updates `dagger-compiler` from 2.40.4 to 2.40.5 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5) Updates `dagger-android-processor` from 2.40.4 to 2.40.5 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5) Updates `dagger-android` from 2.40.4 to 2.40.5 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5) Updates `dagger-android-support` from 2.40.4 to 2.40.5 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:dagger-android-processor dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:dagger-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:dagger-android-support dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-07 09:07:44 +01:00
dagger_version = '2.40.5'
2021-02-09 17:57:28 +01:00
coroutinesVersion = '1.4.1'
2021-08-19 13:33:09 +02:00
activityVersion = '1.3.1'
fragmentktx_version = '1.3.6'
ormLiteVersion = '4.46'
2021-08-19 13:33:09 +02:00
nav_version = '2.3.5'
2021-12-11 11:37:22 +01:00
appcompat_version = '1.3.1'
2021-08-19 13:33:09 +02:00
material_version = '1.4.0'
constraintlayout_version = '2.1.0'
2020-10-19 21:51:13 +02:00
preferencektx_version = '1.1.1'
commonslang3_version = '3.11'
commonscodec_version = '1.15'
jodatime_version = '2.10.13'
2021-01-30 22:34:05 +01:00
work_version = '2.5.0'
tink_version = '1.5.0'
2020-10-19 21:51:13 +02:00
junit_version = '4.13.2'
2021-12-11 09:58:52 +01:00
mockitoVersion = '4.1.0'
2020-11-29 19:44:45 +01:00
dexmakerVersion = "1.2"
retrofit2Version = '2.9.0'
okhttp3Version = '4.9.0'
2021-12-10 16:29:05 +01:00
byteBuddyVersion = '1.12.3'
2020-11-30 08:54:47 +01:00
androidx_junit = '1.1.2'
androidx_rules = '1.4.0-alpha04'
2020-05-03 21:27:42 +02:00
}
2016-06-04 17:28:05 +02:00
repositories {
2017-12-03 21:31:06 +01:00
google()
mavenCentral()
2021-02-18 08:15:42 +01:00
maven { url "https://plugins.gradle.org/m2/" } // jacoco 0.2
2016-06-04 17:28:05 +02:00
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
2021-08-19 13:33:09 +02:00
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
2016-06-04 17:28:05 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
2018-01-24 21:54:24 +01:00
2019-04-10 00:33:05 +02:00
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2021-03-14 19:42:02 +01:00
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
2021-02-18 08:15:42 +01:00
classpath 'com.hiya:jacoco-android:0.2'
2016-06-04 17:28:05 +02:00
}
}
2021-03-01 12:34:47 +01:00
plugins {
id "io.gitlab.arturbosch.detekt" version "1.19.0"
id "org.jlleitschuh.gradle.ktlint" version "10.2.0"
2021-03-01 12:34:47 +01:00
}
2016-06-04 17:28:05 +02:00
allprojects {
repositories {
2018-02-21 15:07:01 +01:00
google()
mavenCentral()
2021-04-15 20:07:42 +02:00
maven { url "https://maven.google.com" }
maven { url 'https://jitpack.io' }
2016-06-04 17:28:05 +02:00
}
2019-12-28 02:53:55 +01:00
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
2021-10-01 23:17:24 +02:00
freeCompilerArgs = [
// Ignore warning for @ExperimentalCoroutinesApi
"-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi",
'-Xjvm-default=all' //Support @JvmDefault
]
2021-10-14 15:21:31 +02:00
jvmTarget = "11"
2019-12-28 02:53:55 +01:00
}
}
2016-06-04 17:28:05 +02:00
}
task clean(type: Delete) {
delete rootProject.buildDir
}
2020-05-24 19:07:26 +02:00
subprojects {
tasks.withType(Test) {
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
}
}