Skip to content

Commit 2ea3765

Browse files
committed
fix(ci): add license
1 parent c1aab84 commit 2ea3765

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/live-update-provider/scripts/publish-module.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ afterEvaluate {
4444
name = 'liveupdateprovider'
4545
description = 'Ionic Live Update Provider Native Library'
4646
url = 'https://github.com/ionic-team/live-update-provider-sdk'
47+
48+
licenses {
49+
license {
50+
name = 'MIT License'
51+
url = 'https://github.com/ionic-team/live-update-provider-sdk/blob/main/License'
52+
}
53+
}
54+
4755
developers {
4856
developer {
4957
name = 'Ionic'

0 commit comments

Comments
 (0)