Skip to content

Commit

Permalink
Merge pull request #68 from TiagoDvl/feature/Update_Dev_With_Main
Browse files Browse the repository at this point in the history
Update dev with Main
  • Loading branch information
TiagoDvl authored Aug 9, 2023
2 parents 81aca23 + 1010e38 commit ca0ca00
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "br.com.tick.teira"
minSdk 28
targetSdk 33
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import br.com.tick.sdk.database.entities.User
Category::class,
CategoryColor::class
],
version = 7
version = 8
)
abstract class TeiraDatabase : RoomDatabase() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ package br.com.tick.ui.screens.analysis
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.material3.Card
Expand Down
Empty file.

0 comments on commit ca0ca00

Please sign in to comment.