Skip to content

Commit

Permalink
fixed link to license
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Feb 5, 2022
1 parent 8132379 commit 3e8944d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ ext {
// v1.1.8 (101008) fix npe
// v1.1.9 (101009) Support for fuzzy geo uri-s (without lat/lon but with Search expression)
// v1.1.10 (101010) Bugfix: "geo:0,0?q=Testgasse 13, 12345 Testhausen" resulted in geo:13,12345
PUBLISH_VERSION = 'v1.1.10-SNAPSHOT' // SNAPSHOT means latest version in in github branch "master"
ANDROID_VERSIONCODE = 101010
// v1.1.11 (101011) Fixed link to license file
PUBLISH_VERSION = 'v1.1.11-SNAPSHOT' // SNAPSHOT means latest version in in github branch "master"
ANDROID_VERSIONCODE = 101011

PUBLISH_GROUP_ID = 'com.github.k3b'
SOURCES = 'github.com/k3b/k3b-geoHelper'
Expand Down
2 changes: 1 addition & 1 deletion publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ afterEvaluate {
licenses {
license {
name = LICENSE_TYP
url = 'https://' + SOURCES + '/blob/main/LICENSE'
url = 'https://' + SOURCES + '/blob/master/LICENSE'
}
}
developers {
Expand Down

0 comments on commit 3e8944d

Please sign in to comment.