Skip to content

Commit

Permalink
Increased AGP to 7.4.2 and gradle dist url to 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
somalaya committed Aug 4, 2023
1 parent 7923fc6 commit 21ca27f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ task sourcesJar(type: Jar) {
task javadoc(type: Javadoc) {
failOnError false
source = android.sourceSets.main.java.srcDirs
classpath += configurations.compile
classpath += configurations.implementation
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
classpath += configurations.javadocDeps
exclude '**/*.aidl'
Expand Down
3 changes: 1 addition & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ ext {
automationAppMinSDKVersion = 21
targetSdkVersion = 34
compileSdkVersion = 34
automationAndTestAppCompileSDK = 33
buildToolsVersion = "28.0.3"

// Plugins
gradleVersion = '4.2.2'
gradleVersion = '7.4.2'
kotlinVersion = '1.7.21'
spotBugsGradlePluginVersion = '4.7.1'
jupiterApiVersion = '5.6.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
2 changes: 1 addition & 1 deletion userappwithbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (project.hasProperty("buildApplicationId")) {
println "Using application Id " + destApplicationId

android {
compileSdkVersion rootProject.ext.automationAndTestAppCompileSDK
compileSdkVersion rootProject.ext.compileSdkVersion

compileOptions {
// Flag to enable support for the new language APIs
Expand Down

0 comments on commit 21ca27f

Please sign in to comment.