0.9.9 - Open source licenses & Credits screens in About + Bug fixes(No check for updates in Release Build) + Side Padding setting in ReaderScreen.
This commit is contained in:
parent
df215fcfa3
commit
43da347ae0
42 changed files with 1116 additions and 112 deletions
|
|
@ -16,7 +16,7 @@ android {
|
|||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "0.9.8"
|
||||
versionName = "0.9.9"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
@ -52,13 +52,24 @@ android {
|
|||
packaging {
|
||||
resources {
|
||||
excludes += "/META-INF/{AL2.0,LGPL2.1}"
|
||||
excludes += "/META-INF/LICENSE.md"
|
||||
excludes += "/META-INF/LICENSE-notice.md"
|
||||
excludes += "/META-INF/gradle/incremental.annotation.processors"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
aboutLibraries {
|
||||
registerAndroidTasks = true
|
||||
outputFileName = "aboutlibraries.json"
|
||||
offlineMode = false
|
||||
fetchRemoteLicense = true
|
||||
fetchRemoteFunding = true
|
||||
includePlatform = true
|
||||
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
||||
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
||||
prettyPrint = false
|
||||
filterVariants = arrayOf("debug", "release")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
// Default
|
||||
|
|
@ -137,5 +148,5 @@ dependencies {
|
|||
|
||||
// About open source libraries
|
||||
implementation("com.mikepenz:aboutlibraries-core:latest.release")
|
||||
implementation("com.mikepenz:aboutlibraries-compose:latest.release")
|
||||
implementation("com.mikepenz:aboutlibraries-compose-m3:latest.release")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue