Skip to content

Commit

Permalink
Merge pull request #138 from TeamAmaze/features/billing-6
Browse files Browse the repository at this point in the history
Upgrade Billing library to 6.0.1
  • Loading branch information
VishalNehra committed Nov 6, 2023
2 parents f7f91e9 + 1019759 commit 51dc6ca
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 107 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
glideVersion = '4.11.0'
fragment_version = "1.3.6"
roomVersion = "2.4.0"
billing_version = "4.1.0"
billing_version = "6.0.1"
BASE_CLOUD_FUNC = "https://us-central1-useful-cathode-91310.cloudfunctions.net"
BASE_API_STICKER_PACK = "https://us-central1-useful-cathode-91310.cloudfunctions.net/amaze-utils-sticker-pack/"
API_REQ_TRIAL_URI = "/amaze-utils-fdroid-trial-validator"
Expand Down Expand Up @@ -42,6 +42,7 @@ plugins {
}

android {
namespace "com.amaze.fileutilities"
signingConfigs {
release
}
Expand Down Expand Up @@ -280,7 +281,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'com.stephentuso:welcome:1.4.1'
playImplementation("com.android.billingclient:billing:$billing_version")
playImplementation "com.android.billingclient:billing-ktx:$billing_version"
implementation 'me.tankery.lib:circularSeekBar:1.4.0'
implementation 'com.github.qoqa:glide-svg:2.0.4'
api "com.caverock:androidsvg:1.4"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.amaze.fileutilities">
xmlns:tools="http://schemas.android.com/tools">

<uses-sdk tools:overrideLibrary="linc.com.amplituda, me.zhanghai.android.fastscroll,
org.opencv, com.mikepenz.aboutlibraries, com.abedelazizshe.lightcompressorlibrary" />
Expand Down

0 comments on commit 51dc6ca

Please sign in to comment.