Skip to content

Commit

Permalink
chore(BP-1795): update Gradle 8.9 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyrpy authored Nov 11, 2024
1 parent a927785 commit aa60e2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ReepayCheckoutSheetDemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.billwerk.checkoutsheetdemo"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.billwerk.checkoutsheetdemo"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jun 28 09:23:06 CEST 2024
#Mon Nov 11 11:04:10 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit aa60e2e

Please sign in to comment.