Skip to content

Commit

Permalink
add preset, close #57
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli committed Jun 22, 2020
1 parent 9435ff7 commit 97a7984
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ object PresetGroups {
facebook()
amazon()
gmazzo()
realm()
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package net.meilcli.librarian.plugin.presets

fun realm() {
PresetGroups += group(
"Realm",
"io.realm",
"realm-android-library",
"realm-annotations",
"realm-android",
"realm-android-kotlin-extensions",
"android-adapters",
"realm-transformer",
"realm-gradle-plugin",
"realm-android-library-object-server",
"realm-android-kotlin-extensions-object-server"
)
.addAuthor("Realm Inc.")
.addUrl("http://realm.io")
.addLicense("The Apache Software License, Version 2.0", "http://www.apache.org/licenses/LICENSE-2.0.txt")
}

0 comments on commit 97a7984

Please sign in to comment.