Skip to content

Commit

Permalink
sample app updates
Browse files Browse the repository at this point in the history
  • Loading branch information
funriser committed Mar 21, 2024
1 parent 2a02c95 commit eb501c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions samples/build_first_flow/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {
}

android {
compileSdk 31
compileSdk 33

defaultConfig {
applicationId "com.revolut.business.build_first_flow"
minSdk 23
targetSdk 31
targetSdk 33
versionCode 1
versionName "1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import com.revolut.kompot.build_first_flow.App
import com.revolut.kompot.build_first_flow.R
import com.revolut.kompot.build_first_flow.flow.di.AddContactFlowComponent
import com.revolut.kompot.common.IOData
import com.revolut.kompot.dialog.DefaultLoadingDialogDisplayer
import com.revolut.kompot.dialog.DialogDisplayer
import com.revolut.kompot.navigable.root.RootFlow
import com.revolut.kompot.view.ControllerContainerFrameLayout

Expand Down
4 changes: 2 additions & 2 deletions samples/build_first_screen/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {
}

android {
compileSdk 31
compileSdk 33

defaultConfig {
applicationId "com.revolut.business.build_first_screen"
minSdk 23
targetSdk 31
targetSdk 33
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit eb501c5

Please sign in to comment.