mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-10 15:58:06 +00:00
android: Update to AboutLibraries 8.5.0
This includes my submission allowing licenses to be included explicitly in the gradle files.
This commit is contained in:
parent
5115124bb3
commit
451a9c5150
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.4.10'
|
ext.kotlin_version = '1.4.10'
|
||||||
ext.latestAboutLibsRelease = "8.4.3"
|
ext.latestAboutLibsRelease = "8.5.0"
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
---
|
||||||
|
- mr.595
|
||||||
|
- issue.105
|
||||||
|
---
|
||||||
Additional improvements to the Android port.
|
Additional improvements to the Android port.
|
||||||
|
|
|
@ -120,6 +120,13 @@ android {
|
||||||
|
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
configPath = "${projectDir}/config"
|
configPath = "${projectDir}/config"
|
||||||
|
|
||||||
|
// Full license text for license IDs mentioned here
|
||||||
|
// will be included, even if no detected dependency uses them.
|
||||||
|
additionalLicenses {
|
||||||
|
mit
|
||||||
|
mpl_2_0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
-->
|
-->
|
||||||
<string name="define_plu_eigen"></string>
|
<string name="define_plu_eigen"></string>
|
||||||
<string name="library_eigen_author">Benoît Jacob, Gaël Guennebaud</string>
|
<string name="library_eigen_author">Benoît Jacob, Gaël Guennebaud</string>
|
||||||
<string name="library_eigen_libraryWebsite">http://http://eigen.tuxfamily.org</string>
|
<string name="library_eigen_libraryWebsite">http://eigen.tuxfamily.org</string>
|
||||||
<string name="library_eigen_libraryName">Eigen</string>
|
<string name="library_eigen_libraryName">Eigen</string>
|
||||||
<string name="library_eigen_libraryDescription">Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.</string>
|
<string name="library_eigen_libraryDescription">Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.</string>
|
||||||
<string name="library_eigen_licenseIds">mpl_2_0</string>
|
<string name="library_eigen_licenseIds">mpl_2_0</string>
|
||||||
|
|
Loading…
Reference in a new issue