Skip to content

Commit f2dcd9c

Browse files
committed
Deps: Extract automattic publish to s3 version to settings build gradle
1 parent 1847206 commit f2dcd9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
pluginManagement {
22
gradle.ext.kotlinVersion = '1.6.10'
33
gradle.ext.agpVersion = '7.2.1'
4+
gradle.ext.automatticPublishToS3Version = '0.7.0'
45

56
plugins {
67
id "com.android.library" version gradle.ext.agpVersion
78
id "com.android.application" version gradle.ext.agpVersion
89
id "org.jetbrains.kotlin.android" version gradle.ext.kotlinVersion
9-
id "com.automattic.android.publish-to-s3" version "0.7.0"
10+
id "com.automattic.android.publish-to-s3" version gradle.ext.automatticPublishToS3Version
1011
}
1112
repositories {
1213
maven {

0 commit comments

Comments
 (0)