update android version

This commit is contained in:
InsanusMokrassar 2024-08-09 23:06:50 +06:00
parent 42bf3cd4e3
commit f1ddbea06e
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ private inline fun <T> getObject(
additional: MutableList<T>,
iterator: Iterator<T>
): T? = when {
additional.isNotEmpty() -> additional.removeFirst()
additional.isNotEmpty() -> additional.removeAt(0)
iterator.hasNext() -> iterator.next()
else -> null
}

View File

@ -40,8 +40,8 @@ android-test = "1.2.1"
android-compose-material3 = "1.2.1"
android-props-minSdk = "21"
android-props-compileSdk = "34"
android-props-buildTools = "34.0.0"
android-props-compileSdk = "35"
android-props-buildTools = "35.0.0"
[libraries]