new version 3.22.02

This commit is contained in:
Nick 2025-08-06 09:56:12 +02:00
parent 4b9fa9ce47
commit bd2bb3854c
11 changed files with 7190 additions and 5857 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.DS_Store
.gradle

View File

@ -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.21.00 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git
git clone --depth 1 --branch 3.22.02 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.21.00
git checkout tags/3.22.02
```
### Package contents
@ -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 | 24.4.0 | react-native-prebid, react-native-dfp, react-native-admob |
| playServiceAdsVersion | 21.3.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 |

View File

@ -150,17 +150,10 @@ publishing {
artifact("$libsDirName/react-native-pager-view-release.aar")
}
tareactnativephotoviewex(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native-photo-view-ex'
version '1.1.0'
artifact("$libsDirName/react-native-photo-view-ex-release.aar")
}
tareactnativereanimated(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native-reanimated'
version '3.18.0'
version '3.19.0'
artifact("$libsDirName/react-native-reanimated-release.aar")
}
@ -227,11 +220,11 @@ publishing {
artifact("$libsDirName/react-native-video-release.aar")
}
tareactnativevolumecontrol(MavenPublication) {
tareactnativevolumemanager(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native-volume-control'
version '1.0.1'
artifact("$libsDirName/react-native-volume-control-release.aar")
artifactId 'react-native-volume-manager'
version '2.0.8'
artifact("$libsDirName/react-native-volume-manager-release.aar")
}
tareactnativewebview(MavenPublication) {
@ -321,7 +314,7 @@ publishing {
tareactnative(MavenPublication) {
groupId 'tecnavia'
artifactId 'react-native'
version '0.80.1'
version '0.80.2'
artifact("$libsDirName/react-native-release.aar")
}
@ -410,7 +403,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", "24.4.0")
def playServiceAdsVersion = safeExtGet("playServiceAdsVersion", "21.3.0")
def playServiceMapsVersion = safeExtGet("playServiceMapsVersion", "18.0.2")
def playBillingVersion = safeExtGet("playBillingVersion", "7.0.0")
def amazonSdkVersion = safeExtGet("amazonSdkVersion", "3.0.7")
@ -432,8 +425,7 @@ 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-photo-view-ex:1.1.0"
implementation "tecnavia:react-native-reanimated:3.18.0"
implementation "tecnavia:react-native-reanimated:3.19.0"
implementation "tecnavia:react-native-safe-area-context:5.5.2"
implementation "tecnavia:react-native-screens:3.37.0"
implementation "tecnavia:react-native-share:10.2.1"
@ -443,7 +435,7 @@ dependencies {
implementation "tecnavia:react-native-uuid-generator:6.1.1"
implementation "tecnavia:react-native-vector-icons:8.1.0"
implementation "tecnavia:react-native-video:5.2.1"
implementation "tecnavia:react-native-volume-control:1.0.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.9.0"
@ -456,7 +448,7 @@ dependencies {
implementation "tecnavia:tecnavia_react-native-utils:1.7.4"
implementation "tecnavia:tecnavia_react-native-web-analytics:1.2.0"
implementation "tecnavia:tecnavia_react-native-zip-archive:5.3.0"
api "tecnavia:react-native:0.80.1"
api "tecnavia:react-native:0.80.2"
implementation "tecnavia:android-jsc:1.0.0"
//androidx dependencies

View File

@ -1,7 +1,7 @@
android.useAndroidX=true
APP_NAME=Android SDK
APP_VERSION_NAME=3.21.00
APP_VERSION_CODE=1753425847982
APP_VERSION_NAME=3.22.02
APP_VERSION_CODE=1754465538680
ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
com.facebook.react.shell.MainReactPackage
com.rtmalone.volumecontrol.RNVolumeControlPackage
com.reactnativevolumemanager.VolumeManagerPackage
com.levelasquez.androidopensettings.AndroidOpenSettingsPackage
com.chirag.RNMail.RNMail
net.no_mad.tts.TextToSpeechPackage
@ -39,7 +39,6 @@ net.nativo.reactsdk.RNNativoSdkPackage
com.onesignal.rnonesignalandroid.ReactNativeOneSignalPackage
com.reactnativepagerview.PagerViewPackage
com.library.RCTPdfView
io.amarcruz.photoview.PhotoViewPackage
com.swmansion.reanimated.ReanimatedPackage
com.th3rdwave.safeareacontext.SafeAreaContextPackage
com.swmansion.rnscreens.RNScreensPackage