From fd59e8a8c3c7281777888a7a0131bc7c66aa36eb Mon Sep 17 00:00:00 2001 From: pathos Date: Mon, 9 Feb 2026 21:06:54 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=84=A4=EC=A0=95=EA=B0=92=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 8 ++++++++ gradle.properties | 17 ++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7cd472f..78cc610 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -76,6 +76,14 @@ secrets { defaultPropertiesFileName = "secrets.defaults.properties" } +ktorfit { + compilerPluginVersion.set("2.3.3") +} + +room { + schemaDirectory("$projectDir/schemas") +} + dependencies { // kotlin implementation(libs.bundles.kotlin) diff --git a/gradle.properties b/gradle.properties index 6deb1b9..ddf0a83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,12 +21,11 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -android.defaults.buildfeatures.resvalues=true -android.sdk.defaultTargetSdkToCompileSdkIfUnset=false -android.enableAppCompileTimeRClass=false -android.usesSdkInManifest.disallowed=false -android.uniquePackageNames=false -android.dependency.useConstraints=true -android.r8.strictFullModeForKeepRules=false -android.r8.optimizedResourceShrinking=false -#android.newDsl=false +#android.defaults.buildfeatures.resvalues=true +#android.sdk.defaultTargetSdkToCompileSdkIfUnset=false +#android.enableAppCompileTimeRClass=false +#android.usesSdkInManifest.disallowed=false +#android.uniquePackageNames=false +#android.dependency.useConstraints=true +#android.r8.strictFullModeForKeepRules=false +#android.r8.optimizedResourceShrinking=false From 43e90d6463f6e1a96f5b213a69b26244f965a286 Mon Sep 17 00:00:00 2001 From: pathos Date: Mon, 9 Feb 2026 12:07:13 +0000 Subject: [PATCH 2/2] (bot)Update the title of README.md with the version name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486c663..28e7274 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -`2026.02.00` +`2026.02.01` ## template-android