File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
55 id(" org.jetbrains.kotlin.plugin.compose" )
66 id(" dagger.hilt.android.plugin" )
77 alias(libs.plugins.ktlint)
8+ alias(libs.plugins.kotlin.serialization)
89}
910
1011ktlint {
@@ -20,8 +21,8 @@ android {
2021 applicationId = " com.opennotes"
2122 minSdk = 26
2223 targetSdk = 36
23- versionCode = 13
24- versionName = " 1.3.9 "
24+ versionCode = 14
25+ versionName = " 1.4.0 "
2526
2627 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2728 vectorDrawables {
@@ -108,7 +109,7 @@ dependencies {
108109 ksp(libs.room.compiler)
109110 implementation(libs.coroutines.core)
110111 implementation(libs.coroutines.android)
111- implementation(libs.gson )
112+ implementation(libs.kotlinx.serialization.json )
112113 implementation(libs.core.splashscreen)
113114 implementation(libs.biometric)
114115 implementation(libs.glance.appwidget)
You can’t perform that action at this time.
0 commit comments