diff --git a/README.md b/README.md index 3f94891..40b709d 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ You must use git to download the sdk from [repository](https://pubgit.newsmemory 1. Inside root folder run the following command: ```sh -git clone --depth 1 --branch 3.24.05 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git +git clone --depth 1 --branch 3.27.00 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git ``` 2. If you already have the module you could update to another release launching the following commands: ```sh cd newsmemory-android-sdk -git checkout tags/3.24.05 +git checkout tags/3.27.00 ``` ### Package contents @@ -69,7 +69,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:8.9.2" + classpath "com.android.tools.build:gradle:8.11.0" classpath "com.google.gms:google-services:4.3.4" //add crashlytics only if the aar file is included classpath "com.google.firebase:firebase-crashlytics-gradle:2.9.9" @@ -108,8 +108,8 @@ maven { | Variable name | Default | Description | |:---------------------------------- |:-------:|:-------------------------------------------------------------: | -| compileSdk | 35 | | -| targetSdk | 35 | | +| compileSdk | 36 | | +| targetSdk | 36 | | | minSdk | 24 | | | frescoVersion | 3.6.0 | used by react native to display some images | | soLoaderVersion | 0.12.1 | used to load needed system native libraries | @@ -132,7 +132,7 @@ maven { | playServiceiidVersion | 17.0.0 | | | playServiceBaseVersion | 18.0.1 | | | **The following variables are used if you include one of SDK's optional libraries** | -| playServiceAdsVersion | 21.3.0 | react-native-prebid, react-native-dfp, react-native-admob | +| playServiceAdsVersion | 24.7.0 | react-native-prebid, react-native-dfp, react-native-admob | | playServiceMapsVersion | 18.0.2 | react-native-maps | | playBillingVersion | 7.0.0 | react-native-iap for google | | amazonSdkVersion | 3.0.7 | react-native-iap for amazon | diff --git a/build.gradle b/build.gradle index 1705d2a..0c40198 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { }*/ } dependencies { - classpath "com.android.tools.build:gradle:8.9.2" + classpath "com.android.tools.build:gradle:8.11.0" classpath "com.google.gms:google-services:4.3.4" //use the version suggested by react-native-firebase //classpath "com.google.firebase:firebase-crashlytics-gradle:2.9.9" @@ -90,7 +90,7 @@ publishing { tareactnativedeviceinfo(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-device-info' - version '8.7.1' + version '14.1.1' artifact("$libsDirName/react-native-device-info-release.aar") } @@ -153,14 +153,14 @@ publishing { tareactnativereanimated(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-reanimated' - version '3.19.0' + version '3.19.1' artifact("$libsDirName/react-native-reanimated-release.aar") } tareactnativesafeareacontext(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-safe-area-context' - version '5.5.2' + version '5.6.1' artifact("$libsDirName/react-native-safe-area-context-release.aar") } @@ -174,7 +174,7 @@ publishing { tareactnativeshare(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-share' - version '10.2.1' + version '12.2.0' artifact("$libsDirName/react-native-share-release.aar") } @@ -206,11 +206,102 @@ publishing { artifact("$libsDirName/react-native-uuid-generator-release.aar") } - tareactnativevectoricons(MavenPublication) { + tareactnativevectoriconsantdesign(MavenPublication) { groupId 'tecnavia' - artifactId 'react-native-vector-icons' - version '8.1.0' - artifact("$libsDirName/react-native-vector-icons-release.aar") + artifactId 'react-native-vector-icons_ant-design' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_ant-design-release.aar") + } + + tareactnativevectoriconsentypo(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_entypo' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_entypo-release.aar") + } + + tareactnativevectoriconsevilicons(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_evil-icons' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_evil-icons-release.aar") + } + + tareactnativevectoriconsfeather(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_feather' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_feather-release.aar") + } + + tareactnativevectoriconsfontawesome(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_fontawesome' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_fontawesome-release.aar") + } + + tareactnativevectoriconsfontawesome5(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_fontawesome5' + version '12.2.0' + artifact("$libsDirName/react-native-vector-icons_fontawesome5-release.aar") + } + + tareactnativevectoriconsfontisto(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_fontisto' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_fontisto-release.aar") + } + + tareactnativevectoriconsfoundation(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_foundation' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_foundation-release.aar") + } + + tareactnativevectoriconsionicons(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_ionicons' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_ionicons-release.aar") + } + + tareactnativevectoriconsmaterialdesignicons(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_material-design-icons' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_material-design-icons-release.aar") + } + + tareactnativevectoriconsmaterialicons(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_material-icons' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_material-icons-release.aar") + } + + tareactnativevectoriconsocticons(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_octicons' + version '20.3.0' + artifact("$libsDirName/react-native-vector-icons_octicons-release.aar") + } + + tareactnativevectoriconssimplelineicons(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_simple-line-icons' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_simple-line-icons-release.aar") + } + + tareactnativevectoriconszocial(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-vector-icons_zocial' + version '12.3.0' + artifact("$libsDirName/react-native-vector-icons_zocial-release.aar") } tareactnativevideo(MavenPublication) { @@ -244,7 +335,7 @@ publishing { tatecnaviareactnativebridge(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-bridge' - version '1.11.0' + version '1.12.0' artifact("$libsDirName/tecnavia_react-native-bridge-release.aar") } @@ -258,7 +349,7 @@ publishing { tatecnaviareactnativedfp(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-dfp' - version '1.6.1' + version '1.7.0' artifact("$libsDirName/tecnavia_react-native-dfp-release.aar") } @@ -293,14 +384,14 @@ publishing { tatecnaviareactnativeutils(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-utils' - version '1.7.6' + version '1.8.0' artifact("$libsDirName/tecnavia_react-native-utils-release.aar") } tatecnaviareactnativewebanalytics(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-web-analytics' - version '1.2.0' + version '1.3.0' artifact("$libsDirName/tecnavia_react-native-web-analytics-release.aar") } @@ -314,14 +405,14 @@ publishing { tareactnative(MavenPublication) { groupId 'tecnavia' artifactId 'react-native' - version '0.80.2' + version '0.81.5' artifact("$libsDirName/react-native-release.aar") } tahermes(MavenPublication) { groupId 'tecnavia' artifactId 'hermes' - version '0.80.2' + version '0.81.5' artifact("$libsDirName/hermes-release.aar") } @@ -334,11 +425,11 @@ afterEvaluate { } android { - compileSdkVersion safeExtGet("compileSdkVersion", "35").toInteger() + compileSdkVersion safeExtGet("compileSdkVersion", "36").toInteger() namespace "com.tecnavia.sdk" defaultConfig { - targetSdkVersion safeExtGet("targetSdkVersion", "35").toInteger() + targetSdkVersion safeExtGet("targetSdkVersion", "36").toInteger() minSdkVersion safeExtGet("minSdkVersion", "24").toInteger() versionName APP_VERSION_NAME } @@ -403,7 +494,7 @@ def androidxAppcompatVersion = safeExtGet("androidxAppcompatVersion", "1.7.0") def androidxLegacySupportVersion = safeExtGet("androidxLegacySupportVersion", "1.0.0") def playServiceiidVersion = safeExtGet("playServiceiidVersion", "17.0.0") def playServiceBaseVersion = safeExtGet("playServiceBaseVersion", "18.0.1") -def playServiceAdsVersion = safeExtGet("playServiceAdsVersion", "21.3.0") +def playServiceAdsVersion = safeExtGet("playServiceAdsVersion", "24.7.0") def playServiceMapsVersion = safeExtGet("playServiceMapsVersion", "18.0.2") def playBillingVersion = safeExtGet("playBillingVersion", "7.0.0") def amazonSdkVersion = safeExtGet("amazonSdkVersion", "3.0.7") @@ -416,7 +507,7 @@ dependencies { implementation "tecnavia:react-native-community_netinfo:11.4.1" implementation "tecnavia:react-native-config:1.4.11" implementation "tecnavia:react-native-cookies_cookies:6.2.1" - implementation "tecnavia:react-native-device-info:8.7.1" + implementation "tecnavia:react-native-device-info:14.1.1" implementation "tecnavia:react-native-dynamic-fonts:0.3.2" implementation "tecnavia:react-native-fs:2.20.0" implementation "tecnavia:react-native-gesture-handler:2.28.0" @@ -425,31 +516,44 @@ dependencies { implementation "tecnavia:react-native-linear-gradient:2.8.3" implementation "tecnavia:react-native-mail:6.1.1" implementation "tecnavia:react-native-pager-view:6.8.1" - implementation "tecnavia:react-native-reanimated:3.19.0" - implementation "tecnavia:react-native-safe-area-context:5.5.2" + implementation "tecnavia:react-native-reanimated:3.19.1" + implementation "tecnavia:react-native-safe-area-context:5.6.1" implementation "tecnavia:react-native-screens:4.16.0" - implementation "tecnavia:react-native-share:10.2.1" + implementation "tecnavia:react-native-share:12.2.0" implementation "tecnavia:react-native-svg:15.12.0" implementation "tecnavia:react-native-text-size:3.0.0" implementation "tecnavia:react-native-tts:4.1.1" implementation "tecnavia:react-native-uuid-generator:6.1.1" - implementation "tecnavia:react-native-vector-icons:8.1.0" + implementation "tecnavia:react-native-vector-icons_ant-design:12.3.0" + implementation "tecnavia:react-native-vector-icons_entypo:12.3.0" + implementation "tecnavia:react-native-vector-icons_evil-icons:12.3.0" + implementation "tecnavia:react-native-vector-icons_feather:12.3.0" + implementation "tecnavia:react-native-vector-icons_fontawesome:12.3.0" + implementation "tecnavia:react-native-vector-icons_fontawesome5:12.2.0" + implementation "tecnavia:react-native-vector-icons_fontisto:12.3.0" + implementation "tecnavia:react-native-vector-icons_foundation:12.3.0" + implementation "tecnavia:react-native-vector-icons_ionicons:12.3.0" + implementation "tecnavia:react-native-vector-icons_material-design-icons:12.3.0" + implementation "tecnavia:react-native-vector-icons_material-icons:12.3.0" + implementation "tecnavia:react-native-vector-icons_octicons:20.3.0" + implementation "tecnavia:react-native-vector-icons_simple-line-icons:12.3.0" + implementation "tecnavia:react-native-vector-icons_zocial:12.3.0" implementation "tecnavia:react-native-video:5.2.1" implementation "tecnavia:react-native-volume-manager:2.0.8" implementation "tecnavia:react-native-webview:13.14.2" implementation "tecnavia:rn-fetch-blob:0.11.2" - api "tecnavia:tecnavia_react-native-bridge:1.11.0" + api "tecnavia:tecnavia_react-native-bridge:1.12.0" implementation "tecnavia:tecnavia_react-native-default-preference:1.6.0" - implementation "tecnavia:tecnavia_react-native-dfp:1.6.1" + implementation "tecnavia:tecnavia_react-native-dfp:1.7.0" implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.1.0" implementation "tecnavia:tecnavia_react-native-pdf:5.5.1" implementation "tecnavia:tecnavia_react-native-print:0.7.0" implementation "tecnavia:tecnavia_react-native-sqlite-storage:3.5.0" - implementation "tecnavia:tecnavia_react-native-utils:1.7.6" - implementation "tecnavia:tecnavia_react-native-web-analytics:1.2.0" + implementation "tecnavia:tecnavia_react-native-utils:1.8.0" + implementation "tecnavia:tecnavia_react-native-web-analytics:1.3.0" implementation "tecnavia:tecnavia_react-native-zip-archive:5.3.0" - api "tecnavia:react-native:0.80.2" - implementation "tecnavia:hermes:0.80.2" + api "tecnavia:react-native:0.81.5" + implementation "tecnavia:hermes:0.81.5" //androidx dependencies implementation "javax.inject:javax.inject:1" diff --git a/gradle.properties b/gradle.properties index fbc92e1..da135ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true APP_NAME=Android SDK -APP_VERSION_NAME=3.24.05 -APP_VERSION_CODE=1760088728876 +APP_VERSION_NAME=3.27.00 +APP_VERSION_CODE=1763723160435 ANDROID_APP_ID=com.tecnaviaapplication IS_ADDON=true diff --git a/libs/hermes-release.aar b/libs/hermes-release.aar index f11daeb..69749ef 100644 Binary files a/libs/hermes-release.aar and b/libs/hermes-release.aar differ diff --git a/libs/react-native-android-open-settings-release.aar b/libs/react-native-android-open-settings-release.aar index 6fbb941..7111829 100644 Binary files a/libs/react-native-android-open-settings-release.aar and b/libs/react-native-android-open-settings-release.aar differ diff --git a/libs/react-native-async-storage_async-storage-release.aar b/libs/react-native-async-storage_async-storage-release.aar index c311edc..526390a 100644 Binary files a/libs/react-native-async-storage_async-storage-release.aar and b/libs/react-native-async-storage_async-storage-release.aar differ diff --git a/libs/react-native-community_netinfo-release.aar b/libs/react-native-community_netinfo-release.aar index 2aa28d1..8d84cc6 100644 Binary files a/libs/react-native-community_netinfo-release.aar and b/libs/react-native-community_netinfo-release.aar differ diff --git a/libs/react-native-config-release.aar b/libs/react-native-config-release.aar index cf916cb..a3f8c8c 100644 Binary files a/libs/react-native-config-release.aar and b/libs/react-native-config-release.aar differ diff --git a/libs/react-native-cookies_cookies-release.aar b/libs/react-native-cookies_cookies-release.aar index 6f78868..121ee13 100644 Binary files a/libs/react-native-cookies_cookies-release.aar and b/libs/react-native-cookies_cookies-release.aar differ diff --git a/libs/react-native-device-info-release.aar b/libs/react-native-device-info-release.aar index 7cfd4f8..9a509e7 100644 Binary files a/libs/react-native-device-info-release.aar and b/libs/react-native-device-info-release.aar differ diff --git a/libs/react-native-dynamic-fonts-release.aar b/libs/react-native-dynamic-fonts-release.aar index 19d472d..5a89523 100644 Binary files a/libs/react-native-dynamic-fonts-release.aar and b/libs/react-native-dynamic-fonts-release.aar differ diff --git a/libs/react-native-fs-release.aar b/libs/react-native-fs-release.aar index bcd54e2..3de5325 100644 Binary files a/libs/react-native-fs-release.aar and b/libs/react-native-fs-release.aar differ diff --git a/libs/react-native-gesture-handler-release.aar b/libs/react-native-gesture-handler-release.aar index 470e8df..bb3284b 100644 Binary files a/libs/react-native-gesture-handler-release.aar and b/libs/react-native-gesture-handler-release.aar differ diff --git a/libs/react-native-idle-timer-release.aar b/libs/react-native-idle-timer-release.aar index 68a8428..09b3a32 100644 Binary files a/libs/react-native-idle-timer-release.aar and b/libs/react-native-idle-timer-release.aar differ diff --git a/libs/react-native-linear-gradient-release.aar b/libs/react-native-linear-gradient-release.aar index c874f76..46bb5b2 100644 Binary files a/libs/react-native-linear-gradient-release.aar and b/libs/react-native-linear-gradient-release.aar differ diff --git a/libs/react-native-mail-release.aar b/libs/react-native-mail-release.aar index b4e2abb..332f2a1 100644 Binary files a/libs/react-native-mail-release.aar and b/libs/react-native-mail-release.aar differ diff --git a/libs/react-native-pager-view-release.aar b/libs/react-native-pager-view-release.aar index aaeff9b..48fb26e 100644 Binary files a/libs/react-native-pager-view-release.aar and b/libs/react-native-pager-view-release.aar differ diff --git a/libs/react-native-reanimated-release.aar b/libs/react-native-reanimated-release.aar index 360e4c3..5f8afe6 100644 Binary files a/libs/react-native-reanimated-release.aar and b/libs/react-native-reanimated-release.aar differ diff --git a/libs/react-native-release.aar b/libs/react-native-release.aar index 34f427a..337719e 100644 Binary files a/libs/react-native-release.aar and b/libs/react-native-release.aar differ diff --git a/libs/react-native-screens-release.aar b/libs/react-native-screens-release.aar index 0e2479c..ebb4857 100644 Binary files a/libs/react-native-screens-release.aar and b/libs/react-native-screens-release.aar differ diff --git a/libs/react-native-share-release.aar b/libs/react-native-share-release.aar index d805293..bbb7f19 100644 Binary files a/libs/react-native-share-release.aar and b/libs/react-native-share-release.aar differ diff --git a/libs/react-native-svg-release.aar b/libs/react-native-svg-release.aar index 333388f..935a27b 100644 Binary files a/libs/react-native-svg-release.aar and b/libs/react-native-svg-release.aar differ diff --git a/libs/react-native-text-size-release.aar b/libs/react-native-text-size-release.aar index cc67625..5b1fd7f 100644 Binary files a/libs/react-native-text-size-release.aar and b/libs/react-native-text-size-release.aar differ diff --git a/libs/react-native-tts-release.aar b/libs/react-native-tts-release.aar index a89f187..a8093e8 100644 Binary files a/libs/react-native-tts-release.aar and b/libs/react-native-tts-release.aar differ diff --git a/libs/react-native-uuid-generator-release.aar b/libs/react-native-uuid-generator-release.aar index 3460a58..fce2d52 100644 Binary files a/libs/react-native-uuid-generator-release.aar and b/libs/react-native-uuid-generator-release.aar differ diff --git a/libs/react-native-vector-icons-release.aar b/libs/react-native-vector-icons-release.aar deleted file mode 100644 index 4e62ab6..0000000 Binary files a/libs/react-native-vector-icons-release.aar and /dev/null differ diff --git a/libs/react-native-vector-icons_ant-design-release.aar b/libs/react-native-vector-icons_ant-design-release.aar new file mode 100644 index 0000000..8fd32c8 Binary files /dev/null and b/libs/react-native-vector-icons_ant-design-release.aar differ diff --git a/libs/react-native-vector-icons_entypo-release.aar b/libs/react-native-vector-icons_entypo-release.aar new file mode 100644 index 0000000..e3f24f1 Binary files /dev/null and b/libs/react-native-vector-icons_entypo-release.aar differ diff --git a/libs/react-native-vector-icons_evil-icons-release.aar b/libs/react-native-vector-icons_evil-icons-release.aar new file mode 100644 index 0000000..d6c8542 Binary files /dev/null and b/libs/react-native-vector-icons_evil-icons-release.aar differ diff --git a/libs/react-native-vector-icons_feather-release.aar b/libs/react-native-vector-icons_feather-release.aar new file mode 100644 index 0000000..3ec426d Binary files /dev/null and b/libs/react-native-vector-icons_feather-release.aar differ diff --git a/libs/react-native-vector-icons_fontawesome-release.aar b/libs/react-native-vector-icons_fontawesome-release.aar new file mode 100644 index 0000000..852a20d Binary files /dev/null and b/libs/react-native-vector-icons_fontawesome-release.aar differ diff --git a/libs/react-native-vector-icons_fontawesome5-release.aar b/libs/react-native-vector-icons_fontawesome5-release.aar new file mode 100644 index 0000000..a678223 Binary files /dev/null and b/libs/react-native-vector-icons_fontawesome5-release.aar differ diff --git a/libs/react-native-vector-icons_fontisto-release.aar b/libs/react-native-vector-icons_fontisto-release.aar new file mode 100644 index 0000000..5cc33b2 Binary files /dev/null and b/libs/react-native-vector-icons_fontisto-release.aar differ diff --git a/libs/react-native-vector-icons_foundation-release.aar b/libs/react-native-vector-icons_foundation-release.aar new file mode 100644 index 0000000..8b57c38 Binary files /dev/null and b/libs/react-native-vector-icons_foundation-release.aar differ diff --git a/libs/react-native-vector-icons_ionicons-release.aar b/libs/react-native-vector-icons_ionicons-release.aar new file mode 100644 index 0000000..71a9403 Binary files /dev/null and b/libs/react-native-vector-icons_ionicons-release.aar differ diff --git a/libs/react-native-vector-icons_material-design-icons-release.aar b/libs/react-native-vector-icons_material-design-icons-release.aar new file mode 100644 index 0000000..bba9e71 Binary files /dev/null and b/libs/react-native-vector-icons_material-design-icons-release.aar differ diff --git a/libs/react-native-vector-icons_material-icons-release.aar b/libs/react-native-vector-icons_material-icons-release.aar new file mode 100644 index 0000000..217b255 Binary files /dev/null and b/libs/react-native-vector-icons_material-icons-release.aar differ diff --git a/libs/react-native-vector-icons_octicons-release.aar b/libs/react-native-vector-icons_octicons-release.aar new file mode 100644 index 0000000..02b32ce Binary files /dev/null and b/libs/react-native-vector-icons_octicons-release.aar differ diff --git a/libs/react-native-vector-icons_simple-line-icons-release.aar b/libs/react-native-vector-icons_simple-line-icons-release.aar new file mode 100644 index 0000000..ab28063 Binary files /dev/null and b/libs/react-native-vector-icons_simple-line-icons-release.aar differ diff --git a/libs/react-native-vector-icons_zocial-release.aar b/libs/react-native-vector-icons_zocial-release.aar new file mode 100644 index 0000000..a76856b Binary files /dev/null and b/libs/react-native-vector-icons_zocial-release.aar differ diff --git a/libs/react-native-video-release.aar b/libs/react-native-video-release.aar index 93e4c10..cf97d66 100644 Binary files a/libs/react-native-video-release.aar and b/libs/react-native-video-release.aar differ diff --git a/libs/react-native-webview-release.aar b/libs/react-native-webview-release.aar index a11391c..1a19155 100644 Binary files a/libs/react-native-webview-release.aar and b/libs/react-native-webview-release.aar differ diff --git a/libs/rn-fetch-blob-release.aar b/libs/rn-fetch-blob-release.aar index 9b7f236..5d5a2e6 100644 Binary files a/libs/rn-fetch-blob-release.aar and b/libs/rn-fetch-blob-release.aar differ diff --git a/libs/tecnavia_react-native-bridge-release.aar b/libs/tecnavia_react-native-bridge-release.aar index 6a557ab..598dd0b 100644 Binary files a/libs/tecnavia_react-native-bridge-release.aar and b/libs/tecnavia_react-native-bridge-release.aar differ diff --git a/libs/tecnavia_react-native-dfp-release.aar b/libs/tecnavia_react-native-dfp-release.aar index af48c11..22a5ee7 100644 Binary files a/libs/tecnavia_react-native-dfp-release.aar and b/libs/tecnavia_react-native-dfp-release.aar differ diff --git a/libs/tecnavia_react-native-pdf-release.aar b/libs/tecnavia_react-native-pdf-release.aar index b31ece3..b236182 100644 Binary files a/libs/tecnavia_react-native-pdf-release.aar and b/libs/tecnavia_react-native-pdf-release.aar differ diff --git a/libs/tecnavia_react-native-web-analytics-release.aar b/libs/tecnavia_react-native-web-analytics-release.aar index c27cdd4..115f88c 100644 Binary files a/libs/tecnavia_react-native-web-analytics-release.aar and b/libs/tecnavia_react-native-web-analytics-release.aar differ diff --git a/src/main/assets/fonts/AntDesign.ttf b/src/main/assets/fonts/AntDesign.ttf index 2abf035..53c6483 100644 Binary files a/src/main/assets/fonts/AntDesign.ttf and b/src/main/assets/fonts/AntDesign.ttf differ diff --git a/src/main/assets/fonts/Entypo.ttf b/src/main/assets/fonts/Entypo.ttf index 1c8f5e9..706a04a 100644 Binary files a/src/main/assets/fonts/Entypo.ttf and b/src/main/assets/fonts/Entypo.ttf differ diff --git a/src/main/assets/fonts/EvilIcons.ttf b/src/main/assets/fonts/EvilIcons.ttf index 6868f7b..73fd997 100644 Binary files a/src/main/assets/fonts/EvilIcons.ttf and b/src/main/assets/fonts/EvilIcons.ttf differ diff --git a/src/main/assets/fonts/Feather.ttf b/src/main/assets/fonts/Feather.ttf index a3c58c5..38e346c 100644 Binary files a/src/main/assets/fonts/Feather.ttf and b/src/main/assets/fonts/Feather.ttf differ diff --git a/src/main/assets/fonts/FontAwesome5_Brands.ttf b/src/main/assets/fonts/FontAwesome5_Brands.ttf index 948a2a6..8d75ded 100644 Binary files a/src/main/assets/fonts/FontAwesome5_Brands.ttf and b/src/main/assets/fonts/FontAwesome5_Brands.ttf differ diff --git a/src/main/assets/fonts/FontAwesome5_Regular.ttf b/src/main/assets/fonts/FontAwesome5_Regular.ttf index abe99e2..7157aaf 100644 Binary files a/src/main/assets/fonts/FontAwesome5_Regular.ttf and b/src/main/assets/fonts/FontAwesome5_Regular.ttf differ diff --git a/src/main/assets/fonts/FontAwesome5_Solid.ttf b/src/main/assets/fonts/FontAwesome5_Solid.ttf index 5b97903..25abf38 100644 Binary files a/src/main/assets/fonts/FontAwesome5_Solid.ttf and b/src/main/assets/fonts/FontAwesome5_Solid.ttf differ diff --git a/src/main/assets/fonts/Fontisto.ttf b/src/main/assets/fonts/Fontisto.ttf old mode 100755 new mode 100644 diff --git a/src/main/assets/fonts/Ionicons.ttf b/src/main/assets/fonts/Ionicons.ttf index 719442d..f9d33a7 100644 Binary files a/src/main/assets/fonts/Ionicons.ttf and b/src/main/assets/fonts/Ionicons.ttf differ diff --git a/src/main/assets/fonts/MaterialCommunityIcons.ttf b/src/main/assets/fonts/MaterialCommunityIcons.ttf deleted file mode 100644 index 522dc31..0000000 Binary files a/src/main/assets/fonts/MaterialCommunityIcons.ttf and /dev/null differ diff --git a/src/main/assets/fonts/MaterialDesignIcons.ttf b/src/main/assets/fonts/MaterialDesignIcons.ttf new file mode 100644 index 0000000..bba7dcf Binary files /dev/null and b/src/main/assets/fonts/MaterialDesignIcons.ttf differ diff --git a/src/main/assets/fonts/MaterialIcons.ttf b/src/main/assets/fonts/MaterialIcons.ttf index e50801b..9d09b0f 100644 Binary files a/src/main/assets/fonts/MaterialIcons.ttf and b/src/main/assets/fonts/MaterialIcons.ttf differ diff --git a/src/main/assets/fonts/Octicons.ttf b/src/main/assets/fonts/Octicons.ttf index ceac75d..713a1a9 100644 Binary files a/src/main/assets/fonts/Octicons.ttf and b/src/main/assets/fonts/Octicons.ttf differ diff --git a/src/main/assets/fonts/Zocial.ttf b/src/main/assets/fonts/Zocial.ttf index e4ae46c..e2b5fbb 100644 Binary files a/src/main/assets/fonts/Zocial.ttf and b/src/main/assets/fonts/Zocial.ttf differ diff --git a/src/main/assets/index.android.bundle b/src/main/assets/index.android.bundle index 9eaa661..9270b6c 100644 Binary files a/src/main/assets/index.android.bundle and b/src/main/assets/index.android.bundle differ diff --git a/src/main/res/raw/keep.xml b/src/main/res/raw/keep.xml deleted file mode 100644 index 92f7bcf..0000000 --- a/src/main/res/raw/keep.xml +++ /dev/null @@ -1 +0,0 @@ -