Skip to content

Commit c7341c4

Browse files
committed
fix(deps): unreachable android dependency
Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
1 parent c2f21da commit c7341c4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/android/app/gradle.lockfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
androidx.activity:activity-ktx:1.9.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
55
androidx.activity:activity:1.6.0=debugAndroidTestCompileClasspath
66
androidx.activity:activity:1.9.3=debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
7-
androidx.annotation:annotation-experimental:1.3.0=debugAndroidTestCompileClasspath
8-
androidx.annotation:annotation-experimental:1.4.0=debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
9-
androidx.annotation:annotation-jvm:1.9.1=debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
10-
androidx.annotation:annotation:1.3.0=debugAndroidTestCompileClasspath
11-
androidx.annotation:annotation:1.9.1=debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
7+
androidx.annotation:annotation-experimental:1.4.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
8+
androidx.annotation:annotation-jvm:1.9.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
9+
androidx.annotation:annotation:1.9.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
1210
androidx.appcompat:appcompat-resources:1.6.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
1311
androidx.appcompat:appcompat:1.6.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
1412
androidx.arch.core:core-common:2.1.0=debugAndroidTestCompileClasspath

app/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ allprojects {
4747
force "org.jetbrains.kotlin:kotlin-stdlib:1.9.20"
4848
force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.20"
4949
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20"
50+
force "androidx.annotation:annotation:1.9.1"
51+
force "androidx.annotation:annotation-jvm:1.9.1"
52+
force "androidx.annotation:annotation-experimental:1.4.0"
5053
}
5154
}
5255
}

0 commit comments

Comments
 (0)