File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
destination-filters-kotlin Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -40,5 +40,4 @@ dependencies {
40
40
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
41
41
}
42
42
43
- apply from : rootProject. file(' gradle/artifacts.gradle' )
44
43
apply from : rootProject. file(' gradle/mvn-publish.gradle' )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ publishing {
12
12
version getVersionName()
13
13
14
14
artifact(" $projectDir /build/outputs/aar/${ project.getName()} -release.aar" )
15
- artifact sourcesJar
16
15
17
16
// Self-explanatory metadata for the most part
18
17
pom {
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ publishing {
19
19
version VERSION_NAME
20
20
21
21
artifact(" $projectDir /build/outputs/aar/${ project.getName()} -release.aar" )
22
- artifact sourcesJar
23
22
24
23
// Self-explanatory metadata for the most part
25
24
pom {
You can’t perform that action at this time.
0 commit comments