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 {
22
22
defaultConfig {
23
23
minSdkVersion 24
24
24
targetSdkVersion 34
25
- versionCode 21
26
- versionName " 1.21 "
25
+ versionCode 22
26
+ versionName " 1.22 "
27
27
}
28
28
lintOptions {
29
29
abortOnError false
@@ -32,6 +32,7 @@ android {
32
32
compileOptions {
33
33
sourceCompatibility JavaVersion . VERSION_1_8
34
34
targetCompatibility JavaVersion . VERSION_1_8
35
+ coreLibraryDesugaringEnabled true
35
36
}
36
37
}
37
38
@@ -47,4 +48,5 @@ repositories {
47
48
dependencies {
48
49
implementation " com.facebook.react:react-native:+"
49
50
implementation " com.emarsys:emarsys-sdk:3.7.+"
51
+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs_nio:2.1.2'
50
52
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-emarsys-wrapper" ,
3
- "version" : " 1.21 .0" ,
3
+ "version" : " 1.22 .0" ,
4
4
"description" : " React Native wrapper for Emarsys SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " typescript/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments