Skip to content

Commit c8fa515

Browse files
committed
chore(flipcash): move google play IAP support to shared/google-play-billing
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 23a370d commit c8fa515

File tree

13 files changed

+4
-4
lines changed

13 files changed

+4
-4
lines changed

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ dependencies {
143143
implementation(project(":apps:flipcash:shared:featureflags"))
144144
implementation(project(":apps:flipcash:shared:router"))
145145
implementation(project(":apps:flipcash:shared:session"))
146-
implementation(project(":apps:flipcash:shared:billing"))
146+
implementation(project(":apps:flipcash:shared:google-play-billing"))
147147
implementation(project(":apps:flipcash:shared:currency-selection:core"))
148148
implementation(project(":apps:flipcash:shared:currency-selection:ui"))
149149
implementation(project(":apps:flipcash:shared:notifications"))

apps/flipcash/features/purchase/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454

5555
implementation(project(":apps:flipcash:core"))
5656
implementation(project(":apps:flipcash:shared:authentication"))
57-
implementation(project(":apps:flipcash:shared:billing"))
57+
implementation(project(":apps:flipcash:shared:google-play-billing"))
5858
implementation(project(":libs:datetime"))
5959
implementation(project(":libs:logging"))
6060
implementation(project(":libs:messaging"))
File renamed without changes.
File renamed without changes.

apps/flipcash/shared/billing/src/main/AndroidManifest.xml renamed to apps/flipcash/shared/google-play-billing/src/main/AndroidManifest.xml

File renamed without changes.

apps/flipcash/shared/billing/src/main/kotlin/com/flipcash/app/billing/BillingClient.kt renamed to apps/flipcash/shared/google-play-billing/src/main/kotlin/com/flipcash/app/billing/BillingClient.kt

File renamed without changes.

apps/flipcash/shared/billing/src/main/kotlin/com/flipcash/app/billing/BillingClientConnection.kt renamed to apps/flipcash/shared/google-play-billing/src/main/kotlin/com/flipcash/app/billing/BillingClientConnection.kt

File renamed without changes.

apps/flipcash/shared/billing/src/main/kotlin/com/flipcash/app/billing/BillingClientState.kt renamed to apps/flipcash/shared/google-play-billing/src/main/kotlin/com/flipcash/app/billing/BillingClientState.kt

File renamed without changes.

apps/flipcash/shared/billing/src/main/kotlin/com/flipcash/app/billing/Products.kt renamed to apps/flipcash/shared/google-play-billing/src/main/kotlin/com/flipcash/app/billing/Products.kt

File renamed without changes.

apps/flipcash/shared/billing/src/main/kotlin/com/flipcash/app/billing/inject/BillingModule.kt renamed to apps/flipcash/shared/google-play-billing/src/main/kotlin/com/flipcash/app/billing/inject/BillingModule.kt

File renamed without changes.

0 commit comments

Comments
 (0)