Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c3d6cd2e authored by LuK1337's avatar LuK1337
Browse files

Etar: Switch to non-ktx androidx.preference:preference

Doesn't exist in AOSP.

Change-Id: I8145387da5b43ce32e68188d0dcd1071491c0131
parent e4233951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ dependencies {
	// Core
	implementation("androidx.core:core-ktx:1.15.0")
	implementation(fileTree("include" to arrayOf("*.jar", "*.aar"), "dir" to "libs"))
	implementation("androidx.preference:preference-ktx:1.2.1")
	implementation("androidx.preference:preference:1.2.1")
	implementation("androidx.appcompat:appcompat:1.7.0")
	implementation("androidx.constraintlayout:constraintlayout:2.2.0")
	implementation("com.google.android.material:material:1.12.0")