We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1847206 commit f2dcd9cCopy full SHA for f2dcd9c
settings.gradle
@@ -1,12 +1,13 @@
1
pluginManagement {
2
gradle.ext.kotlinVersion = '1.6.10'
3
gradle.ext.agpVersion = '7.2.1'
4
+ gradle.ext.automatticPublishToS3Version = '0.7.0'
5
6
plugins {
7
id "com.android.library" version gradle.ext.agpVersion
8
id "com.android.application" version gradle.ext.agpVersion
9
id "org.jetbrains.kotlin.android" version gradle.ext.kotlinVersion
- id "com.automattic.android.publish-to-s3" version "0.7.0"
10
+ id "com.automattic.android.publish-to-s3" version gradle.ext.automatticPublishToS3Version
11
}
12
repositories {
13
maven {
0 commit comments