Fix Accompanist library license url

This commit is contained in:
MM20 2021-09-27 11:22:34 +02:00
parent 69f11b98f2
commit 4d832a8109
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -22,7 +22,7 @@ val OpenSourceLicenses = arrayOf(
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
copyrightNote = "Copyright 2020 The Android Open Source Project",
url = "https://developer.android.com/jetpack"
url = "https://google.github.io/accompanist/"
),
OpenSourceLibrary(
name = "Material Components for Android",