We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61abc5a commit 4651356Copy full SHA for 4651356
gogs-client/build.gradle
@@ -4,7 +4,7 @@ ext {
4
bintrayRepo = 'maven'
5
bintrayName = 'gogs-client'
6
7
- publishedGroupId = 'com.door43'
+ publishedGroupId = 'com.unfoldingword.tools'
8
libraryName = 'Gogs Client'
9
artifact = 'gogs-client'
10
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/unfoldingWord-dev/android-gogs-client'
14
gitUrl = 'https://github.com/unfoldingWord-dev/android-gogs-client.git'
15
16
- libraryVersion = '1.0'
+ libraryVersion = '1.0.0'
17
18
developerId = 'neutrinog'
19
developerName = 'Joel Lonbeck'
@@ -32,7 +32,7 @@ android {
32
minSdkVersion 15
33
targetSdkVersion 23
34
versionCode 1
35
- versionName "1.0"
+ versionName "1.0.0"
36
}
37
buildTypes {
38
release {
0 commit comments