Skip to content

Commit

Permalink
chore: update emarsys sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalui-emarsys committed Jun 18, 2024
1 parent e0f55c4 commit 29dc750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emarsys-mobile-inbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'androidx.navigation.safeargs.kotlin'
android {
namespace 'com.emarsys.pnp.inbox'

compileSdkVersion 33
compileSdkVersion 34

buildFeatures {
viewBinding true
Expand Down
2 changes: 1 addition & 1 deletion gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext {
emarsys_sdk_version = "3.7.0"
emarsys_sdk_version = "3.7.+"
emarsys_sdk_version_code = 30
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'kotlin-parcelize'
android {
namespace 'com.emarsys.pnp.inbox.sample'

compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
applicationId 'com.emarsys.pnp.inbox.sample'
Expand Down

0 comments on commit 29dc750

Please sign in to comment.