Skip to content

Commit

Permalink
Update to the new author's artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinguitar committed Aug 17, 2024
1 parent f159e8f commit 7b2324a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />

<queries>
<provider
android:authorities="com.facebook.katana.provider.PlatformProvider"
android:exported="false" />
<intent>
<action android:name="android.intent.action.SENDTO" />
<data android:scheme="mailto" />
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b2324a

Please sign in to comment.