mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated gradle/plugins
This commit is contained in:
parent
1bc8dde80d
commit
a4d1091d09
2 changed files with 7 additions and 6 deletions
11
build.gradle
11
build.gradle
|
@ -1,5 +1,4 @@
|
|||
buildscript {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
@ -8,13 +7,15 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
// https://developer.android.com/studio/releases/gradle-plugin
|
||||
classpath 'com.android.tools.build:gradle:7.2.2'
|
||||
classpath "com.android.tools.build:gradle:7.3.1"
|
||||
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
|
||||
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin
|
||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:7.3.0'
|
||||
classpath "com.bugsnag:bugsnag-android-gradle-plugin:7.3.1"
|
||||
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
|
||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.7.10"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
|
||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.7.20"
|
||||
// https://plugins.gradle.org/plugin/de.undercouch.download
|
||||
classpath "de.undercouch:gradle-download-task:5.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -4,5 +4,5 @@ distributionPath=wrapper/dists
|
|||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
#https://docs.gradle.org/current/userguide/gradle_wrapper.html
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
|
||||
#distributionSha256Sum=23e7d37e9bb4f8dabb8a3ea7fdee9dd0428b9b1a71d298aefd65b11dccea220f
|
||||
|
|
Loading…
Reference in a new issue