File tree Expand file tree Collapse file tree
src/functionalTest/groovy/com/autonomousapps/android/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ final class DominanceTreeProject extends AbstractAndroidProject {
4646 }
4747
4848 final expectedTree = """ \
49- 10.01 MiB :app
49+ 10.05 MiB :app
5050 +--- 8.32 MiB (1.69 MiB) androidx.appcompat:appcompat:1.7.1
5151 | +--- 2.70 MiB (2.63 MiB) androidx.core:core:1.13.0
5252 | | \\ --- 0.07 MiB androidx.versionedparcelable:versionedparcelable:1.1.1
5353 | +--- 1.43 MiB (0.02 MiB) org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4
5454 | | +--- 1.41 MiB org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
5555 | | | \\ --- 1.41 MiB (1.41 MiB) org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4
56- | | | \\ --- org.jetbrains.kotlin:kotlin-stdlib-common:2.2.21
56+ | | | \\ --- org.jetbrains.kotlin:kotlin-stdlib-common:2.3.20
5757 | | \\ --- 0.00 MiB (0.00 MiB) org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0
5858 | | \\ --- 0.00 MiB org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0
5959 | +--- 0.86 MiB (0.62 MiB) androidx.fragment:fragment:1.5.4
@@ -81,7 +81,7 @@ final class DominanceTreeProject extends AbstractAndroidProject {
8181 | +--- 0.02 MiB androidx.lifecycle:lifecycle-livedata-core:2.6.2
8282 | +--- 0.01 MiB androidx.arch.core:core-common:2.2.0
8383 | \\ --- 0.01 MiB androidx.annotation:annotation-experimental:1.4.0
84- +--- 1.70 MiB (1.68 MiB) org.jetbrains.kotlin:kotlin-stdlib:2.2.21
84+ +--- 1.74 MiB (1.72 MiB) org.jetbrains.kotlin:kotlin-stdlib:2.3.20
8585 | \\ --- 0.02 MiB org.jetbrains:annotations:13.0
8686 \\ --- 0.00 MiB :lib""" . stripIndent(). readLines()
8787}
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ final class DuplicateDependencyVersionsProject extends AbstractAndroidProject {
124124 junit-junit-4-12 = { module = "junit:junit", version = "4.12" }
125125 junit-junit-4-13 = { module = "junit:junit", version = "4.13" }
126126 org-hamcrest-hamcrest-core-1-3 = { module = "org.hamcrest:hamcrest-core", version = "1.3" }
127- org-jetbrains-kotlin-kotlin-stdlib-common-2-2-21 = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version = "2.2.21 " }
127+ org-jetbrains-kotlin-kotlin-stdlib-common-2-3-20 = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version = "2.3.20 " }
128128 org-jetbrains-kotlin-kotlin-stdlib-jdk7-1-8-0 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version = "1.8.0" }
129129 org-jetbrains-kotlin-kotlin-stdlib-jdk8-1-8-0 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.8.0" }
130- org-jetbrains-kotlin-kotlin-stdlib-2-2-21 = { module = "org.jetbrains.kotlin:kotlin-stdlib", version = "2.2.21 " }
130+ org-jetbrains-kotlin-kotlin-stdlib-2-3-20 = { module = "org.jetbrains.kotlin:kotlin-stdlib", version = "2.3.20 " }
131131 org-jetbrains-kotlinx-kotlinx-coroutines-android-1-6-4 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.6.4" }
132132 org-jetbrains-kotlinx-kotlinx-coroutines-core-jvm-1-6-4 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version = "1.6.4" }
133133 org-jetbrains-kotlinx-kotlinx-coroutines-core-1-6-4 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.6.4" }
You can’t perform that action at this time.
0 commit comments