No inline for root_impl

This commit is contained in:
Nullptr
2023-03-21 22:55:14 +08:00
parent 87cf885070
commit a6f455218f
5 changed files with 8 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ pluginManagement {
gradlePluginPortal()
}
plugins {
id("com.android.library") version "7.4.1"
id("com.android.application") version "7.4.1"
id("com.android.library") version "7.4.2"
id("com.android.application") version "7.4.2"
}
}