File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ plugins {
3333 // id("io.sentry.android.gradle") version "5.6.0" apply false
3434}
3535
36+ buildscript {
37+ dependencies {
38+ classpath(libs.commons.compress)
39+ }
40+ }
41+
3642apiValidation {
3743 ignoredPackages.addAll(
3844 setOf (
Original file line number Diff line number Diff line change @@ -11,7 +11,3 @@ repositories {
1111tasks.withType<KotlinCompile >().configureEach {
1212 kotlinOptions.jvmTarget = JavaVersion .VERSION_17 .toString()
1313}
14-
15- dependencies {
16- implementation(" org.apache.commons:commons-compress:1.25.0" )
17- }
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ androidx-navigation-runtime = { module = "androidx.navigation:navigation-runtime
4949androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " androidxNavigation" }
5050coil-compose = { module = " io.coil-kt:coil-compose" , version = " 2.6.0" }
5151kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
52+ commons-compress = { module = " org.apache.commons:commons-compress" , version = " 1.25.0" }
5253
5354# test libraries
5455androidx-test-core = { module = " androidx.test:core" , version.ref = " androidxTestCore" }
You can’t perform that action at this time.
0 commit comments