Skip to content

Commit

Permalink
DTSERWONE-1985 Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jul 16, 2024
1 parent 40ad99e commit d13bc62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.6.4'
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7"

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -33,9 +33,9 @@ subprojects {
ext {
hyperwalletGroupId = 'com.hyperwallet.android.ui'

compileVersion = 30
compileVersion = 34
minVersion = 21
targetVersion = 30
targetVersion = 34
codeVersion = 1

hyperwalletCoreVersion = '1.0.0-beta12'
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 @@
#Mon Feb 25 20:26:26 PST 2019
#Mon Jul 15 18:33:17 PDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip

0 comments on commit d13bc62

Please sign in to comment.