Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Jun 25, 2022
1 parent c055670 commit d386713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import com.ivy.wallet.compose.component.edittrn.ChooseCategoryModal
import com.ivy.wallet.compose.component.planned.EditPlannedScreen
import com.ivy.wallet.domain.data.TransactionType
import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.Ignore
import org.junit.Test

@HiltAndroidTest
class ExperimentalTest : IvyComposeTest() {
@Ignore("It's an experiment, not a real test")
@Test
fun openCalendar() = testDebug {
quickOnboarding()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import org.gradle.kotlin.dsl.project

object Project {
//Version
const val versionName = "4.3.2"
const val versionCode = 116
const val versionName = "4.3.3"
const val versionCode = 117

//Compile SDK & Build Tools
const val compileSdkVersion = 31
Expand Down

0 comments on commit d386713

Please sign in to comment.