We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3564c1c commit 0c7e87fCopy full SHA for 0c7e87f
library/build.gradle
@@ -34,5 +34,8 @@ publishing {
34
artifact("$buildDir/outputs/aar/library-release.aar")
35
}
36
37
+}
38
39
+tasks.named("publishMyMavenPublicationToMavenLocal") {
40
+ dependsOn tasks.named("bundleReleaseAar")
41
sample/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest package="com.shawnlin.numberpicker.sample"
+<manifest
3
xmlns:android="http://schemas.android.com/apk/res/android">
4
5
<application
0 commit comments