Skip to content

Commit

Permalink
ANDSDK-739 Update AGP to 7.4.2 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliripe authored Apr 3, 2023
1 parent 7de3467 commit 5a0d94c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
targetSdkVersion = 31
compileSdkVersion = 31

gradlePluginVersion = '7.0.4'
gradlePluginVersion = '7.4.2'
kotlinVersion = '1.6.21'

// Testing
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-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
5 changes: 2 additions & 3 deletions sample-customisation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply from: '../dependencies.gradle'

android {

compileSdkVersion rootProject.ext.compileSdkVersion
compileSdk rootProject.ext.compileSdkVersion

defaultConfig {
applicationId "net.helpscout.samples.beacon.customisation"
Expand Down Expand Up @@ -41,8 +41,7 @@ android {
targetCompatibility JavaVersion.VERSION_11
}


lintOptions {
lint {
disable 'MissingTranslation'
ignoreWarnings true
}
Expand Down
4 changes: 2 additions & 2 deletions sample-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply from: '../signing/signing.gradle'
apply from: '../dependencies.gradle'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
compileSdk rootProject.ext.compileSdkVersion

defaultConfig {
applicationId "net.helpscout.samples.beacon.kotlin"
Expand Down Expand Up @@ -51,7 +51,7 @@ android {
jvmTarget = JavaVersion.VERSION_11.toString()
}

lintOptions {
lint {
disable 'MissingTranslation'
ignoreWarnings true
}
Expand Down

0 comments on commit 5a0d94c

Please sign in to comment.