Added launch page switch, LibrariesActivity, setting fragment to about fragment action.

This commit is contained in:
2022-07-19 23:43:53 +08:00
parent 32295e4a2b
commit 40020e6af1
36 changed files with 944 additions and 106 deletions

View File

@@ -2,6 +2,7 @@
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'com.mikepenz.aboutlibraries.plugin' version '10.3.1' apply false
}
task clean(type: Delete) {