File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
2222 defaultConfig {
2323 minSdkVersion 24
2424 targetSdkVersion 34
25- versionCode 21
26- versionName " 1.21 "
25+ versionCode 22
26+ versionName " 1.22 "
2727 }
2828 lintOptions {
2929 abortOnError false
@@ -32,6 +32,7 @@ android {
3232 compileOptions {
3333 sourceCompatibility JavaVersion . VERSION_1_8
3434 targetCompatibility JavaVersion . VERSION_1_8
35+ coreLibraryDesugaringEnabled true
3536 }
3637}
3738
@@ -47,4 +48,5 @@ repositories {
4748dependencies {
4849 implementation " com.facebook.react:react-native:+"
4950 implementation " com.emarsys:emarsys-sdk:3.7.+"
51+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs_nio:2.1.2'
5052}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-emarsys-wrapper" ,
3- "version" : " 1.21 .0" ,
3+ "version" : " 1.22 .0" ,
44 "description" : " React Native wrapper for Emarsys SDK" ,
55 "main" : " index.js" ,
66 "types" : " typescript/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments