Skip to content

Commit

Permalink
build: avoid access exceeds rights error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Dec 15, 2023
1 parent b7f4bca commit 9f58475
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions buildSrc/src/main/kotlin/io/embrace/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,40 @@ package io.embrace.gradle
* Defines dependency versions that are used in the project.
*/
object Versions {
@JvmField
val compileSdk = 33

@JvmField
val minSdk = 21

@JvmField
val junit = "4.13.2"

@JvmField
val kotlin = "1.7.21"

// kotin library exposed to the customer
@JvmField
val kotlinExposed = "1.4.32"

@JvmField
val dokka = "1.7.10"

@JvmField
val detekt = "1.22.0"

@JvmField
val binaryCompatValidator = "0.12.1"

@JvmField
val agp = "7.3.0"

@JvmField
val lint = "30.1.0"

@JvmField
val ndk = "21.4.7075529"

@JvmField
val openTelemetry = "1.29.0"
}

0 comments on commit 9f58475

Please sign in to comment.