Skip to content

Commit

Permalink
minimum upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanmartin committed Jul 9, 2024
1 parent 9c510e6 commit 32abc43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def versionMajor = 3
def versionMinor = 3
def versionPatch = 1
def versionPatch = 2
def versionBuild = 0

apply from: rootProject.file('gradle/moduleapp.gradle')
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-intercepto
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttpVersion" }
okio = { module = "com.squareup.okio:okio", version = "3.2.0" }

play-core = { module = "com.google.android.play:core", version = "1.8.3" }
play-review = { module = "com.google.android.play:review", version = "2.0.1"}

retrofit-core = { module = "com.squareup.retrofit2:retrofit", version = "2.9.0" }
retrofit-coroutines = { module = "com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter", version = "0.9.2" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/sdkversions.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21
targetSdk 33
targetSdk 34
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion iap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation project(':core')
implementation project(':iapApi')

implementation libs.play.core
implementation libs.play.review

implementation libs.billingclient

Expand Down
2 changes: 1 addition & 1 deletion iar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation project(':dataApi')
implementation project(':iarApi')

implementation libs.play.core
implementation libs.play.review

implementation platform(libs.firebase.bom)
implementation libs.firebase.analytics
Expand Down

0 comments on commit 32abc43

Please sign in to comment.