Skip to content

Commit

Permalink
feat: about page
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 12, 2024
1 parent 3a8b885 commit 39fd831
Show file tree
Hide file tree
Showing 12 changed files with 455 additions and 235 deletions.
6 changes: 5 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {

applicationId = "li.songe.gkd"
versionCode = 48
versionName = "v1.9.1"
versionName = "1.9.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -153,6 +153,7 @@ android {
freeCompilerArgs += "-opt-in=kotlinx.serialization.ExperimentalSerializationApi"
freeCompilerArgs += "-opt-in=androidx.compose.material3.ExperimentalMaterial3Api"
freeCompilerArgs += "-opt-in=androidx.compose.foundation.ExperimentalFoundationApi"
freeCompilerArgs += "-opt-in=androidx.compose.animation.graphics.ExperimentalAnimationGraphicsApi"
}
dependenciesInfo.includeInApk = false
packagingOptions.resources.excludes += setOf(
Expand Down Expand Up @@ -196,6 +197,9 @@ dependencies {
implementation(libs.androidx.lifecycle.runtime.ktx)

implementation(libs.compose.ui)
implementation(libs.compose.ui.graphics)
implementation(libs.compose.animation)
implementation(libs.compose.animation.graphics)
implementation(libs.compose.icons)
implementation(libs.compose.preview)
debugImplementation(libs.compose.tooling)
Expand Down
Loading

0 comments on commit 39fd831

Please sign in to comment.