Skip to content

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Dec 2, 2024
1 parent f2000e1 commit 2818b4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "be.mygod.pogoplusplus"
minSdk = 28
targetSdk = 35
versionCode = 36
versionName = "1.3.8"
versionCode = 37
versionName = "1.3.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -70,17 +70,17 @@ android {
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.2")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.3")
implementation("androidx.browser:browser:1.8.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.core:core-ktx:1.15.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
implementation("androidx.preference:preference:1.2.1")
implementation("be.mygod.librootkotlinx:librootkotlinx:1.2.0")
implementation("com.android.billingclient:billing-ktx:7.1.0")
implementation("be.mygod.librootkotlinx:librootkotlinx:1.2.1")
implementation("com.android.billingclient:billing-ktx:7.1.1")
implementation("com.google.android.gms:play-services-oss-licenses:17.1.0")
implementation("com.google.android.material:material:1.12.0")
implementation("com.google.firebase:firebase-analytics:22.1.0")
implementation("com.google.firebase:firebase-crashlytics:19.1.0")
implementation("com.google.firebase:firebase-analytics:22.1.2")
implementation("com.google.firebase:firebase-crashlytics:19.2.1")
implementation("com.jakewharton.timber:timber:5.0.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test:runner:1.6.2")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("com.android.application") version "8.6.1" apply false
id("com.android.application") version "8.7.2" apply false
id("com.github.ben-manes.versions") version "0.51.0"
id("com.google.firebase.crashlytics") version "3.0.2" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2818b4f

Please sign in to comment.