Skip to content

Commit

Permalink
Remove the billing library
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceTower committed Aug 27, 2024
1 parent 2c56aa1 commit 5da45c3
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 670 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ dependencies {
implementation(libs.play.services.games.v2)
implementation(libs.play.services.auth)
implementation(libs.play.services.location)
implementation(libs.billing)
implementation(libs.review.ktx)
implementation(libs.app.update.ktx)
implementation(libs.feature.delivery.ktx)
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<uses-permission android:name="com.android.vending.BILLING" tools:node="remove"/>

<application
android:name=".UApplication"
Expand Down
33 changes: 0 additions & 33 deletions app/src/main/java/com/forcetower/uefs/core/billing/SkuResults.kt

This file was deleted.

This file was deleted.

241 changes: 0 additions & 241 deletions app/src/main/java/com/forcetower/uefs/core/vm/BillingViewModel.kt

This file was deleted.

Loading

0 comments on commit 5da45c3

Please sign in to comment.