diff --git a/README.md b/README.md index 15d24a9..613f6a7 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.28.04 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git +git clone --depth 1 --branch 3.30.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.28.04 +git checkout tags/3.30.00 ``` ### Package contents diff --git a/build.gradle b/build.gradle index 40d583d..5af2448 100644 --- a/build.gradle +++ b/build.gradle @@ -59,6 +59,13 @@ publishing { artifact("$libsDirName/react-native-async-storage_async-storage-release.aar") } + tareactnativeclipboardclipboard(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-clipboard_clipboard' + version '1.16.3' + artifact("$libsDirName/react-native-clipboard_clipboard-release.aar") + } + tareactnativecolormatriximagefilters(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-color-matrix-image-filters' @@ -143,6 +150,13 @@ publishing { artifact("$libsDirName/react-native-mail-release.aar") } + tareactnativeorientationlocker(MavenPublication) { + groupId 'tecnavia' + artifactId 'react-native-orientation-locker' + version '1.7.0' + artifact("$libsDirName/react-native-orientation-locker-release.aar") + } + tareactnativepagerview(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-pager-view' @@ -328,7 +342,7 @@ publishing { tatecnaviareactnativebridge(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-bridge' - version '1.12.0' + version '1.13.0' artifact("$libsDirName/tecnavia_react-native-bridge-release.aar") } @@ -342,7 +356,7 @@ publishing { tatecnaviareactnativedfp(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-dfp' - version '1.7.0' + version '1.8.0' artifact("$libsDirName/tecnavia_react-native-dfp-release.aar") } @@ -496,6 +510,7 @@ dependencies { implementation "tecnavia:d11_react-native-fast-image:8.12.0" implementation "tecnavia:react-native-android-open-settings:1.3.0" implementation "tecnavia:react-native-async-storage_async-storage:2.0.0" + implementation "tecnavia:react-native-clipboard_clipboard:1.16.3" implementation "tecnavia:react-native-color-matrix-image-filters:7.0.2" implementation "tecnavia:react-native-community_netinfo:11.4.1" implementation "tecnavia:react-native-config:1.4.11" @@ -508,6 +523,7 @@ dependencies { implementation "tecnavia:react-native-image-marker:1.2.6" implementation "tecnavia:react-native-linear-gradient:2.8.3" implementation "tecnavia:react-native-mail:6.1.1" + implementation "tecnavia:react-native-orientation-locker:1.7.0" implementation "tecnavia:react-native-pager-view:6.8.1" implementation "tecnavia:react-native-reanimated:3.19.1" implementation "tecnavia:react-native-safe-area-context:5.6.1" @@ -534,9 +550,9 @@ dependencies { 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.12.0" + api "tecnavia:tecnavia_react-native-bridge:1.13.0" implementation "tecnavia:tecnavia_react-native-default-preference:1.6.0" - implementation "tecnavia:tecnavia_react-native-dfp:1.7.0" + implementation "tecnavia:tecnavia_react-native-dfp:1.8.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" diff --git a/gradle.properties b/gradle.properties index 28a0f48..6b84279 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true APP_NAME=Android SDK -APP_VERSION_NAME=3.28.04 -APP_VERSION_CODE=1769003841314 +APP_VERSION_NAME=3.30.00 +APP_VERSION_CODE=1770630279016 ANDROID_APP_ID=com.tecnaviaapplication IS_ADDON=true diff --git a/libs/react-native-clipboard_clipboard-release.aar b/libs/react-native-clipboard_clipboard-release.aar new file mode 100644 index 0000000..d27e2b3 Binary files /dev/null and b/libs/react-native-clipboard_clipboard-release.aar differ diff --git a/libs/react-native-orientation-locker-release.aar b/libs/react-native-orientation-locker-release.aar new file mode 100644 index 0000000..9eb1d6f Binary files /dev/null and b/libs/react-native-orientation-locker-release.aar differ diff --git a/libs/tecnavia_react-native-dfp-release.aar b/libs/tecnavia_react-native-dfp-release.aar index 22a5ee7..91c0ee1 100644 Binary files a/libs/tecnavia_react-native-dfp-release.aar and b/libs/tecnavia_react-native-dfp-release.aar differ diff --git a/src/main/assets/index.android.bundle b/src/main/assets/index.android.bundle index f3c8d94..357f023 100644 Binary files a/src/main/assets/index.android.bundle and b/src/main/assets/index.android.bundle differ diff --git a/src/main/assets/packages.txt b/src/main/assets/packages.txt index a0d1776..a6a3f70 100644 --- a/src/main/assets/packages.txt +++ b/src/main/assets/packages.txt @@ -57,4 +57,6 @@ com.reactnativecommunity.geolocation.GeolocationPackage com.heanoria.library.reactnative.locationenabler.AndroidLocationEnablerPackage com.zoontek.rnpermissions.RNPermissionsPackage it.innove.BleManagerPackage -com.storeagesignalsnativemodules.RNAgeVerificationPackage \ No newline at end of file +com.storeagesignalsnativemodules.RNAgeVerificationPackage +com.reactnativecommunity.clipboard.ClipboardPackage +org.wonday.orientation.OrientationPackage \ No newline at end of file diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_au.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_au.png new file mode 100644 index 0000000..47bab75 Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_au.png differ diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_ca.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_ca.png new file mode 100644 index 0000000..1f2514c Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_ca.png differ diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_hk.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_hk.png new file mode 100644 index 0000000..cf75c9a Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_hk.png differ diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_nz.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_nz.png new file mode 100644 index 0000000..2867219 Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_nz.png differ diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_ph.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_ph.png new file mode 100644 index 0000000..ef9b2a6 Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_ph.png differ diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_tw.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_tw.png new file mode 100644 index 0000000..4f31453 Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_tw.png differ diff --git a/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_za.png b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_za.png new file mode 100644 index 0000000..3dab88e Binary files /dev/null and b/src/main/res/drawable-mdpi/src_views_newsmemory_buttonsjsonmanager_icons_za.png differ