Skip to content

Commit 4651356

Browse files
committed
changed group id
1 parent 61abc5a commit 4651356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gogs-client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44
bintrayRepo = 'maven'
55
bintrayName = 'gogs-client'
66

7-
publishedGroupId = 'com.door43'
7+
publishedGroupId = 'com.unfoldingword.tools'
88
libraryName = 'Gogs Client'
99
artifact = 'gogs-client'
1010

@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/unfoldingWord-dev/android-gogs-client'
1414
gitUrl = 'https://github.com/unfoldingWord-dev/android-gogs-client.git'
1515

16-
libraryVersion = '1.0'
16+
libraryVersion = '1.0.0'
1717

1818
developerId = 'neutrinog'
1919
developerName = 'Joel Lonbeck'
@@ -32,7 +32,7 @@ android {
3232
minSdkVersion 15
3333
targetSdkVersion 23
3434
versionCode 1
35-
versionName "1.0"
35+
versionName "1.0.0"
3636
}
3737
buildTypes {
3838
release {

0 commit comments

Comments
 (0)