Skip to content

Commit

Permalink
revert the about library thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgms committed Feb 11, 2025
1 parent e8fc2d7 commit 518ad5b
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 5 deletions.
123 changes: 123 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "xyz.ptgms.tosdr"
minSdk = 24
targetSdk = 35
versionCode = 40
versionName = "2.1"
versionCode = 41
versionName = "2.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -27,6 +27,7 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
signingConfig = signingConfigs.getByName("debug")
}
debug {
applicationIdSuffix = ".debug"
Expand Down
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ plugins {
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.compose) apply false
alias(libs.plugins.ksp) apply false
id("com.mikepenz.aboutlibraries.plugin") version "10.5.1"
id("com.mikepenz.aboutlibraries.plugin") version "11.5.0"
}

aboutLibraries {
excludeFields = arrayOf("generated")
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
aboutlibraries = "10.9.2"
aboutlibrariesCore = "11.2.3"
aboutlibraries = "11.5.0"
aboutlibrariesCore = "11.5.0"
agp = "8.8.0"
billing = "7.1.1"
coilCompose = "2.7.0"
Expand Down

0 comments on commit 518ad5b

Please sign in to comment.