From 18fbd8e56cced2374b9a49218a06c9ca92fa23be Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Fri, 22 May 2026 15:50:50 +0200 Subject: [PATCH] Remove AndroidX usage declaration (#936) Removed AndroidX usage declaration from properties. --- android-project/gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/android-project/gradle.properties b/android-project/gradle.properties index 1bc77069..2d6942d8 100644 --- a/android-project/gradle.properties +++ b/android-project/gradle.properties @@ -13,5 +13,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # org.gradle.parallel=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Tell Android Studio we are using AndroidX -android.useAndroidX=true