Skip to content

Commit

Permalink
Demo project changed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev committed Feb 15, 2020
1 parent c8dfd42 commit c84ecea
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ protected void onCreate(Bundle savedInstanceState) {
.setCustomNoticeTitle("Notices for files:")
.setLibrary(new Library("Android Support Libraries",
"https://developer.android.com/topic/libraries/support-library/index.html",
License.APACHE2)) // APACHE has been changed to APACHE2
License.APACHE2)) // APACHE has been changed to APACHE2, see wiki
.setLibrary(new Library("Example Library",
"https://github.com/marcoscgdev",
License.APACHE2))
License.APACHE2)) // APACHE has been changed to APACHE2, see wiki
.setLibrary(new Library("Licenser",
"https://github.com/marcoscgdev/Licenser",
License.MIT))
.setLibrary(new Library("Android Support Libraries",
"https://developer.android.com/topic/libraries/support-library/index.html",
License.APACHE1)) // APACHE has been changed to APACHE2
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialogInterface, int i) {
Expand Down

0 comments on commit c84ecea

Please sign in to comment.