Skip to content

Commit

Permalink
DTPOMERSER-1012 - Introduce Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jun 4, 2024
1 parent 0bac63c commit a153e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
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 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 May 31 16:20:00 PDT 2024
#Tue Jun 04 07:19:25 PDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a153e0a

Please sign in to comment.