Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
db6fd737
Verified
Commit
db6fd737
authored
Jul 01, 2021
by
Marvin W.
🐿
Browse files
Add Cronet to About screen
parent
3075bf1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
play-services-core/src/main/java/org/microg/gms/ui/AboutFragment.java
View file @
db6fd737
...
...
@@ -37,6 +37,7 @@ public class AboutFragment extends AbstractAboutFragment {
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"de.hdodenhof.circleimageview"
,
"CircleImageView"
,
"Apache License 2.0, Henning Dodenhof"
));
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"su.litvak.chromecast.api.v2"
,
"ChromeCast Java API v2"
,
"Apache License 2.0, Vitaly Litvak"
));
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"org.conscrypt"
,
"Conscrypt"
,
"Apache License 2.0, The Android Open Source Project"
));
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"org.chromium.net"
,
"Cronet"
,
"BSD-style License, The Chromium Authors"
));
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"org.microg.safeparcel"
,
"SafeParcel"
,
"Apache License 2.0, microG Team"
));
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"org.slf4j"
,
"SLF4J"
,
"MIT License, QOS.ch"
));
libraries
.
add
(
new
AbstractAboutFragment
.
Library
(
"org.microg.nlp.service"
,
"UnifiedNlp"
,
"Apache License 2.0, microG Team"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment