diff --git a/README.md b/README.md index 40b709d..15d24a9 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.27.00 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git +git clone --depth 1 --branch 3.28.04 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.27.00 +git checkout tags/3.28.04 ``` ### Package contents diff --git a/build.gradle b/build.gradle index 0c40198..40d583d 100644 --- a/build.gradle +++ b/build.gradle @@ -304,13 +304,6 @@ publishing { artifact("$libsDirName/react-native-vector-icons_zocial-release.aar") } - tareactnativevideo(MavenPublication) { - groupId 'tecnavia' - artifactId 'react-native-video' - version '5.2.1' - artifact("$libsDirName/react-native-video-release.aar") - } - tareactnativevolumemanager(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-volume-manager' @@ -384,7 +377,7 @@ publishing { tatecnaviareactnativeutils(MavenPublication) { groupId 'tecnavia' artifactId 'tecnavia_react-native-utils' - version '1.8.0' + version '1.9.1' artifact("$libsDirName/tecnavia_react-native-utils-release.aar") } @@ -538,7 +531,6 @@ dependencies { 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" @@ -549,7 +541,7 @@ dependencies { 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.8.0" + implementation "tecnavia:tecnavia_react-native-utils:1.9.1" 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.81.5" @@ -616,5 +608,4 @@ dependencies { implementation "net.lingala:zip4j:1.3.3" implementation "com.jakewharton.timber:timber:4.7.1" implementation "me.relex:photodraweeview:1.1.3" - implementation 'com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b' } diff --git a/gradle.properties b/gradle.properties index da135ad..28a0f48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true APP_NAME=Android SDK -APP_VERSION_NAME=3.27.00 -APP_VERSION_CODE=1763723160435 +APP_VERSION_NAME=3.28.04 +APP_VERSION_CODE=1769003841314 ANDROID_APP_ID=com.tecnaviaapplication IS_ADDON=true diff --git a/libs/react-native-video-release.aar b/libs/react-native-video-release.aar deleted file mode 100644 index cf97d66..0000000 Binary files a/libs/react-native-video-release.aar and /dev/null differ diff --git a/src/main/assets/index.android.bundle b/src/main/assets/index.android.bundle index 9270b6c..f3c8d94 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 019748a..a0d1776 100644 --- a/src/main/assets/packages.txt +++ b/src/main/assets/packages.txt @@ -56,4 +56,5 @@ com.tecnavia.chartbeat.ChartBeatPackage com.reactnativecommunity.geolocation.GeolocationPackage com.heanoria.library.reactnative.locationenabler.AndroidLocationEnablerPackage com.zoontek.rnpermissions.RNPermissionsPackage -it.innove.BleManagerPackage \ No newline at end of file +it.innove.BleManagerPackage +com.storeagesignalsnativemodules.RNAgeVerificationPackage \ No newline at end of file