Remove deprecated code.

This commit is contained in:
Thomas Andres Gomez 2023-03-30 11:50:38 +02:00
parent 5aaa3e325d
commit 7298ab0958
21 changed files with 178 additions and 208 deletions

View file

@ -16,6 +16,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official