Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Jun 3, 2024
1 parent a35e4d3 commit bf68e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-android-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace "com.badoo.reaktive.sample.android"
compileSdk 33
compileSdk 34

defaultConfig {
applicationId 'com.badoo.reaktive.sample.android'
minSdkVersion 15
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName '1.0'
}
Expand Down
1 change: 1 addition & 0 deletions sample-mpp-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ android {
}

kotlin {
// Only export the framework under an Xcode build as part of the pre-build step script
if (System.getenv().keySet().contains("XCODE_VERSION_MAJOR")) {
def configureFrameworks = { target ->
target.binaries {
Expand Down

0 comments on commit bf68e74

Please sign in to comment.