Skip to content

Commit 0c7e87f

Browse files
committed
Another try
1 parent 3564c1c commit 0c7e87f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

library/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ publishing {
3434
artifact("$buildDir/outputs/aar/library-release.aar")
3535
}
3636
}
37+
}
3738

39+
tasks.named("publishMyMavenPublicationToMavenLocal") {
40+
dependsOn tasks.named("bundleReleaseAar")
3841
}

sample/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest package="com.shawnlin.numberpicker.sample"
2+
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

55
<application

0 commit comments

Comments
 (0)