Enabled Jetifier since third-party libraries may require it; in-development options for events are now hidden if the user has not explicitly enabled them

This commit is contained in:
denizk0461
2023-06-04 12:27:21 +02:00
parent 98a3a13623
commit 36bede6201
7 changed files with 45 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.0.1" apply false
id("com.android.library") version "8.0.1" apply false
id("com.android.application") version "8.0.2" apply false
id("com.android.library") version "8.0.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}