File tree Expand file tree Collapse file tree
buildSrc/buildSrc/src/main/kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ Unreleased] ( https://github.com/ruffcode/yaba-kmm/tree/HEAD )
4+
5+ [ Full Changelog] ( https://github.com/ruffcode/yaba-kmm/compare/v1.1.0-alpha...HEAD )
6+
7+ ** Implemented enhancements:**
8+
9+ - migrate navigation to accompanist navigation-animation [ \# 48] ( https://github.com/ruffCode/yaba-kmm/issues/48 )
10+
11+ ** Closed issues:**
12+
13+ - update sandbox instructions [ \# 53] ( https://github.com/ruffCode/yaba-kmm/issues/53 )
14+ - update apollo to 3.0.0-alpha06 [ \# 52] ( https://github.com/ruffCode/yaba-kmm/issues/52 )
15+
16+ ** Merged pull requests:**
17+
18+ - migrate to navigation-animation, update deps closes \# 48 closes \# 53 [ \# 54] ( https://github.com/ruffCode/yaba-kmm/pull/54 ) ([ ruffCode] ( https://github.com/ruffCode ) )
19+
320## [ v1.1.0-alpha] ( https://github.com/ruffcode/yaba-kmm/tree/v1.1.0-alpha ) (2021-09-14)
421
522[ Full Changelog] ( https://github.com/ruffcode/yaba-kmm/compare/v1.0.1-alpha...v1.1.0-alpha )
Original file line number Diff line number Diff line change 1- ![ yaba logo] ( ./assets/yaba.png )
2- [ ![ yaba] ( https://img.shields.io/badge/MAD-Score-green )] ( https://madscorecard.withgoogle.com/scorecards/117769992/ )
3-
41# yaba (yet another budgeting app)
2+ [ ![ yaba] ( https://img.shields.io/badge/MAD-Score-green )] ( https://madscorecard.withgoogle.com/scorecards/4171954699/ )
3+ [ ![ yaba] ( https://img.shields.io/badge/KMM-Project-blue )] ( https://kotlinlang.org/lp/mobile )
4+ [ ![ yaba] ( https://img.shields.io/badge/Jetpack-Compose-blue )] ( https://developer.android.com/jetpack/compose )
55
66![ yaba logo] ( ./assets/dark.gif ) ![ yaba logo] ( ./assets/light.gif )
7+ ### Kotlin Multiplatform Mobile ready
8+ #### (* only the Android app is being developed as I am just starting to learn Swift* )
79
8- ## Kotlin Multiplatform Mobile ready (* only the Android app is being developed as I am just starting to learn Swift* )
9-
10- #### Learning in public
11-
12- #### An app which uses Plaid's APIs and allows users to track the balances and transactions for any financial institution they choose to link.
10+ An app which uses Plaid's APIs and allows users to track the balances and transactions for any financial institution they choose to link.
1311
14- #### * This is a work in progress and for now, only the Android app is being developed as I am just
15- starting to learn Swift.*
12+ * This is a work in progress and for now, only the Android app is being developed as I am just starting to learn Swift.*
1613
1714The [ backend] ( https://github.com/ruffCode/yaba-server ) is using Plaid's sandbox API, so you can only
1815get fake data.
Original file line number Diff line number Diff line change 1818object YabaAndroidConfig {
1919 private const val versionMajor = 1
2020 private const val versionMinor = 1
21- private const val versionPatch = 0
21+ private const val versionPatch = 1
2222 const val minSdk = 29
2323 const val targetSdk = 31
2424 val versionCode = generateVersionCode()
You can’t perform that action at this time.
0 commit comments