From cef6eb8b0c6249aca05892b5af086c06b0e0afd1 Mon Sep 17 00:00:00 2001 From: Elias Lecomte Date: Tue, 18 Oct 2016 15:10:03 +0200 Subject: [PATCH] Add license url to pom. --- ibeaconscanner/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ibeaconscanner/build.gradle b/ibeaconscanner/build.gradle index 800ee1c..c28355f 100644 --- a/ibeaconscanner/build.gradle +++ b/ibeaconscanner/build.gradle @@ -66,8 +66,7 @@ install { licenses { license { name 'MIT' - //url 'http://www.apache.org/licenses/LICENSE-2.0.txt' - //distribution 'repo' + url 'https://github.com/inthepocket/ibeacon-scanner-android/blob/master/LICENSE.md' } } }