Skip to content

Commit

Permalink
Merge pull request Ivy-Apps#1690 from Ivy-Apps/develop
Browse files Browse the repository at this point in the history
Update `main`
  • Loading branch information
ILIYANGERMANOV authored Jan 6, 2023
2 parents 366fac9 + a8c0a55 commit af1d1d3
Show file tree
Hide file tree
Showing 948 changed files with 25,718 additions and 46,809 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
#---------------------------------------------------

# RUN
- name: Build Debug APK
run: ./gradlew assembleDebug
- name: Build demo APK
run: ./gradlew assembleDemo

- name: Set commit SHA as an output so it can be included in the APK filename
id: vars
Expand All @@ -46,5 +46,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "Ivy-Wallet-${{ steps.vars.outputs.sha_short }}.apk"
path: app/build/outputs/apk/debug/app-debug.apk
path: app/build/outputs/apk/demo/app-demo.apk
#------------------------------------------------------------------
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Latest Release](https://img.shields.io/github/v/release/Ivy-Apps/ivy-wallet)](https://github.com/Ivy-Apps/ivy-wallet/releases)
[![Build](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/build.yml/badge.svg)](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/internal_release.yml)
[![Build](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/build.yml/badge.svg)](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/build.yml)
[![Lint](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/lint.yml/badge.svg)](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/lint.yml)
[![Unit Test](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/unit_test.yml/badge.svg)](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/unit_test.yml)
[![Integration Test](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/integration_test.yml/badge.svg)](https://github.com/Ivy-Apps/ivy-wallet/actions/workflows/integration_test.yml)
Expand All @@ -21,7 +21,7 @@ Imagine Ivy Wallet as a manual expense tracker that will replace the good old sp

Track your expenses, fast and on-the-go! ⚡ Discover powerful insights about your spending.

**Do you know? Ask yoursef.**
**Do you know? Ask yourself.**

1) How much money do I have right now in all accounts combined?

Expand Down Expand Up @@ -107,7 +107,7 @@ in **[docs/resources 📚](docs/resources/)**.
1. Clone the repository
2. Open with Android Studio
3. Everything should sync and build automatically
- _If any build problems occurr, please [open a new issue](https://github.com/Ivy-Apps/ivy-wallet/issues/new?assignees=&labels=dev&template=dev-contributor-request.yml) including the logs._
- _If any build problems occur, please [open a new issue](https://github.com/Ivy-Apps/ivy-wallet/issues/new?assignees=&labels=dev&template=dev-contributor-request.yml) including the logs._

## Ideology :earth_africa:
We believe that people _(not corporations)_ can create innovative, open-source,
Expand Down
12 changes: 3 additions & 9 deletions accounts/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import com.ivy.buildsrc.EventBus
import com.ivy.buildsrc.Hilt
import com.ivy.buildsrc.Testing

apply<com.ivy.buildsrc.IvyComposePlugin>()

Expand All @@ -15,12 +15,6 @@ dependencies {
implementation(project(":core:ui"))
implementation(project(":core:domain"))
implementation(project(":navigation"))

// TODO: Remove these
implementation(project(":temp-domain"))
implementation(project(":app-base"))
implementation(project(":temp-persistence"))
implementation(project(":ui-components-old"))

EventBus()
implementation(project(":main:base"))
Testing()
}
12 changes: 0 additions & 12 deletions accounts/src/main/java/com/ivy/accounts/AccountEvent.kt

This file was deleted.

5 changes: 0 additions & 5 deletions accounts/src/main/java/com/ivy/accounts/AccountState.kt

This file was deleted.

Loading

0 comments on commit af1d1d3

Please sign in to comment.