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

Unverified Commit 3be2a1a2 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Add ktx billing dependency

(cherry picked from commit d961714af2cedcb820de7318fb0237dde78b82c8)
parent 3d5551c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ co.touchlab:stately-concurrent-collections-jvm:2.0.6
co.touchlab:stately-concurrent-collections:2.0.6
co.touchlab:stately-strict-jvm:2.0.6
co.touchlab:stately-strict:2.0.6
com.android.billingclient:billing-ktx:7.0.0
com.android.billingclient:billing:7.0.0
com.beetstra.jutf7:jutf7:1.0.0
com.github.ByteHamster:SearchPreference:v2.3.0
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ co.touchlab:stately-concurrent-collections-jvm:2.0.6
co.touchlab:stately-concurrent-collections:2.0.6
co.touchlab:stately-strict-jvm:2.0.6
co.touchlab:stately-strict:2.0.6
com.android.billingclient:billing-ktx:7.0.0
com.android.billingclient:billing:7.0.0
com.beetstra.jutf7:jutf7:1.0.0
com.github.ByteHamster:SearchPreference:v2.3.0
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ co.touchlab:stately-concurrent-collections-jvm:2.0.6
co.touchlab:stately-concurrent-collections:2.0.6
co.touchlab:stately-strict-jvm:2.0.6
co.touchlab:stately-strict:2.0.6
com.android.billingclient:billing-ktx:7.0.0
com.android.billingclient:billing:7.0.0
com.beetstra.jutf7:jutf7:1.0.0
com.github.ByteHamster:SearchPreference:v2.3.0
+1 −0
Original line number Diff line number Diff line
@@ -11,4 +11,5 @@ dependencies {
    api(projects.feature.funding.api)

    implementation(libs.android.billing)
    implementation(libs.android.billing.ktx)
}
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ spotless = { id = "com.diffplug.spotless", version.ref = "spotlessPlugin" }

[libraries]
android-billing = { module = "com.android.billingclient:billing", version.ref = "androidBilling" }
android-billing-ktx = { module = "com.android.billingclient:billing-ktx", version.ref = "androidBilling" }
android-desugar = { module = "com.android.tools:desugar_jdk_libs", version.ref = "androidDesugar" }
android-material = { module = "com.google.android.material:material", version.ref = "androidMaterial" }
android-tools-common = { module = "com.android.tools:common", version.ref = "androidTools" }