File tree 5 files changed +12
-4
lines changed
transformations-face-detection
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
classpath(" com.android.tools.build:gradle:7.2.0" )
9
9
classpath(" org.jlleitschuh.gradle:ktlint-gradle:10.3.0" )
10
10
classpath(" com.vanniktech:gradle-maven-publish-plugin:0.19.0" )
11
- classpath(kotlin(" gradle-plugin" , version = " 1.6.20 " ))
11
+ classpath(kotlin(" gradle-plugin" , version = " 1.6.21 " ))
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change
1
+ apply plugin : " com.vanniktech.maven.publish"
2
+
3
+ mavenPublish {
4
+ androidVariantToPublish = " release"
5
+ }
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ plugins {
6
6
id(" com.android.library" )
7
7
id(" kotlin-android" )
8
8
id(" org.jlleitschuh.gradle.ktlint" )
9
- id(" com.vanniktech.maven.publish" )
10
9
}
11
10
11
+ apply (from = " ../publish.gradle" )
12
+
12
13
android {
13
14
compileSdk = project.targetSdk
14
15
defaultConfig {
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ plugins {
6
6
id(" com.android.library" )
7
7
id(" kotlin-android" )
8
8
id(" org.jlleitschuh.gradle.ktlint" )
9
- id(" com.vanniktech.maven.publish" )
10
9
}
11
10
11
+ apply (from = " ../publish.gradle" )
12
+
12
13
android {
13
14
compileSdk = project.targetSdk
14
15
defaultConfig {
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ plugins {
6
6
id(" com.android.library" )
7
7
id(" kotlin-android" )
8
8
id(" org.jlleitschuh.gradle.ktlint" )
9
- id(" com.vanniktech.maven.publish" )
10
9
}
11
10
11
+ apply (from = " ../publish.gradle" )
12
+
12
13
android {
13
14
compileSdk = project.targetSdk
14
15
defaultConfig {
You can’t perform that action at this time.
0 commit comments