Skip to content

Commit f098d76

Browse files
committed
Version 1.1.0
1 parent b69327b commit f098d76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apply plugin: 'kotlin'
22
apply plugin: 'maven-publish'
33

4+
version = '1.1.0'
5+
46
dependencies {
57
def couchbaseLite = "com.couchbase.lite:couchbase-lite-java:2.7.0"
68

@@ -18,7 +20,7 @@ def mavPluginVersion = '1.0.3'
1820
apply from: "https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/${mavPluginVersion}/gradle-mavenizer.gradle"
1921

2022
project.ext {
21-
mavDevelopers = ["damiano": "Damiano Giusti"]
23+
mavDevelopers = ["damiano": "Damiano Giusti", "federico": "Federico Monti"]
2224
mavSiteUrl = "https://github.com/MOLO17/couchbase-lite-kotlin"
2325
mavGitUrl = mavSiteUrl + '.git'
2426
mavProjectName = 'Couchbase Lite Kotlin'

0 commit comments

Comments
 (0)