Show licenses and versions for libraries
This commit is contained in:
parent
f8b583f6d8
commit
11a11b0476
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ public class AboutActivity extends BaseActivity {
|
|||
case 1:
|
||||
return new LibsBuilder()
|
||||
.withFields(R.string.class.getFields())
|
||||
.withLicenseShown(true)
|
||||
.withVersionShown(true)
|
||||
.supportFragment();
|
||||
default:
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue