Add library dependency

dependencies {
    def billing_version = "4.0.0"

    implementation "com.android.billingclient:billing:$billing_version"

}

Required for paid apps.

Sign In or Register to comment.