Update AGP, SDK, and BillingClient

This commit updates:
- Android Gradle Plugin to 8.11.0
- Compile/Target SDK to 36
- Google Play Billing Library to 8.0.0

The `BillingClient` is updated to use the new `PendingPurchasesParams` and `QueryPurchasesParams` APIs.
This commit is contained in:
darken
2025-07-03 00:14:58 +02:00
committed by Matthias Urhahn
parent 2b08d9a4d0
commit 6b2073eff2
6 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("com.android.tools.build:gradle:8.10.1")
implementation("com.android.tools.build:gradle:8.11.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
implementation("com.squareup:javapoet:1.13.0")
}
+2 -2
View File
@@ -11,8 +11,8 @@ object ProjectConfig {
const val packageName = "eu.darken.capod"
const val minSdk = 26
const val compileSdk = 34
const val targetSdk = 34
const val compileSdk = 36
const val targetSdk = 36
object Version {
val versionProperties = Properties().apply {