File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
transformations-face-detection Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 classpath(" com.android.tools.build:gradle:7.2.0" )
99 classpath(" org.jlleitschuh.gradle:ktlint-gradle:10.3.0" )
1010 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 " ))
1212 }
1313}
1414
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 {
66 id(" com.android.library" )
77 id(" kotlin-android" )
88 id(" org.jlleitschuh.gradle.ktlint" )
9- id(" com.vanniktech.maven.publish" )
109}
1110
11+ apply (from = " ../publish.gradle" )
12+
1213android {
1314 compileSdk = project.targetSdk
1415 defaultConfig {
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ plugins {
66 id(" com.android.library" )
77 id(" kotlin-android" )
88 id(" org.jlleitschuh.gradle.ktlint" )
9- id(" com.vanniktech.maven.publish" )
109}
1110
11+ apply (from = " ../publish.gradle" )
12+
1213android {
1314 compileSdk = project.targetSdk
1415 defaultConfig {
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ plugins {
66 id(" com.android.library" )
77 id(" kotlin-android" )
88 id(" org.jlleitschuh.gradle.ktlint" )
9- id(" com.vanniktech.maven.publish" )
109}
1110
11+ apply (from = " ../publish.gradle" )
12+
1213android {
1314 compileSdk = project.targetSdk
1415 defaultConfig {
You can’t perform that action at this time.
0 commit comments