From 3e8944df79d3794eb526636c261543ee9769fb80 Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Sat, 5 Feb 2022 21:13:05 +0100 Subject: [PATCH] fixed link to license --- build.gradle | 5 +++-- publish-module.gradle | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e45ebbf..2f20679 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/publish-module.gradle b/publish-module.gradle index 6fd5a66..c26ffa0 100644 --- a/publish-module.gradle +++ b/publish-module.gradle @@ -70,7 +70,7 @@ afterEvaluate { licenses { license { name = LICENSE_TYP - url = 'https://' + SOURCES + '/blob/main/LICENSE' + url = 'https://' + SOURCES + '/blob/master/LICENSE' } } developers {