This commit is contained in:
Caner Karaca
2024-04-13 11:43:45 +03:00
committed by GitHub
parent f0b18a1e18
commit 1e029eddee
9 changed files with 297 additions and 276 deletions

View File

@@ -36,7 +36,7 @@ android {
}
kotlinOptions {
jvmTarget = "17"
jvmTarget = "21"
}
composeOptions {
@@ -116,4 +116,4 @@ dependencies {
implementation(libs.markdown)
implementation(libs.androidx.webkit)
}
}