Skip to content

Commit ee9e5b3

Browse files
committed
Upgrade AGP 8.6.0 -> 8.7.1
1 parent d1159bf commit ee9e5b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.6.0"
2+
agp = "8.7.1"
33
kotlin = "2.0.0"
44
core-ktx = "1.13.1"
55
junit = "4.13.2"

sdk/src/main/java/com/uid2/UID2Manager.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public class UID2Manager internal constructor(
324324
private suspend fun onInitialized() {
325325
initializedLock.withLock {
326326
while (onInitializedListeners.isNotEmpty()) {
327-
onInitializedListeners.removeFirst().invoke()
327+
onInitializedListeners.removeAt(0).invoke()
328328
}
329329
}
330330
}

0 commit comments

Comments
 (0)