diff --git a/README.md b/README.md index 45c1268b..86d8e0d8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ https://play.google.com/store/apps/details?id=com.kevlina.budgetplus ### Other used open source libraries - [orchestra-colorpicker](https://github.com/skydoves/Orchestra?tab=readme-ov-file#colorpicker) for color picker view - [reorderable](https://github.com/aclassen/ComposeReorderable) for reorder items in compose -- [kotlin-csv-jvm](https://github.com/doyaaaaaken/kotlin-csv) for exporting data as csv file +- [kotlin-csv-jvm](https://github.com/jsoizo/kotlin-csv) for exporting data as csv file - [detekt](https://github.com/detekt/detekt) for Kotlin static code analysis - [exp4j](https://github.com/fasseg/exp4j?tab=readme-ov-file) for math expression evaluation diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 20af0d31..363034ea 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,9 +5,6 @@ - diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 58a0dfae..babcd73d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ install-referrer = "com.android.installreferrer:installreferrer:2.2" junit-android = "androidx.test.ext:junit:1.2.1" junit-compose = { module = "androidx.compose.ui:ui-test-junit4" } junit-core = "junit:junit:4.13.2" -kotlin-csv = "com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0" +kotlin-csv = "com.jsoizo:kotlin-csv-jvm:1.10.0" kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlin-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1" lottie-compose = "com.airbnb.android:lottie-compose:6.5.0"