diff --git a/ParseUI-Login/build.gradle b/ParseUI-Login/build.gradle index 6e1416f..f6b3db7 100644 --- a/ParseUI-Login/build.gradle +++ b/ParseUI-Login/build.gradle @@ -110,7 +110,7 @@ uploadArchives { licenses { license { - name 'BSD License' + name 'Platform License' url 'https://github.com/ParsePlatform/ParseUI-Android/blob/master/LICENSE' distribution 'repo' } diff --git a/ParseUI-Widget/build.gradle b/ParseUI-Widget/build.gradle index f8cc5b8..dfc48e2 100644 --- a/ParseUI-Widget/build.gradle +++ b/ParseUI-Widget/build.gradle @@ -109,7 +109,7 @@ uploadArchives { licenses { license { - name 'BSD License' + name 'Platform License' url 'https://github.com/ParsePlatform/ParseUI-Android/blob/master/LICENSE' distribution 'repo' }