new version 3.16.13
This commit is contained in:
parent
fe5421353b
commit
e29db5e2dd
28
build.gradle
28
build.gradle
|
@ -45,13 +45,6 @@ publishing {
|
|||
artifact("$libsDirName/react-native-android-open-settings-release.aar")
|
||||
}
|
||||
|
||||
tareactnativeappsettings(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-app-settings'
|
||||
version '2.0.1'
|
||||
artifact("$libsDirName/react-native-app-settings-release.aar")
|
||||
}
|
||||
|
||||
tareactnativeasyncstorageasyncstorage(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-async-storage_async-storage'
|
||||
|
@ -66,13 +59,6 @@ publishing {
|
|||
artifact("$libsDirName/react-native-color-matrix-image-filters-release.aar")
|
||||
}
|
||||
|
||||
tareactnativecommunityart(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-community_art'
|
||||
version '1.2.0'
|
||||
artifact("$libsDirName/react-native-community_art-release.aar")
|
||||
}
|
||||
|
||||
tareactnativecommunitydatetimepicker(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-community_datetimepicker'
|
||||
|
@ -181,7 +167,7 @@ publishing {
|
|||
tareactnativepagerview(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-pager-view'
|
||||
version '6.1.4'
|
||||
version '6.4.1'
|
||||
artifact("$libsDirName/react-native-pager-view-release.aar")
|
||||
}
|
||||
|
||||
|
@ -237,7 +223,7 @@ publishing {
|
|||
tareactnativesvg(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-svg'
|
||||
version '12.1.0'
|
||||
version '15.7.1'
|
||||
artifact("$libsDirName/react-native-svg-release.aar")
|
||||
}
|
||||
|
||||
|
@ -293,7 +279,7 @@ publishing {
|
|||
tareactnativewebview(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-webview'
|
||||
version '11.17.2'
|
||||
version '12.4.0'
|
||||
artifact("$libsDirName/react-native-webview-release.aar")
|
||||
}
|
||||
|
||||
|
@ -466,10 +452,8 @@ def amazonSdkVersion = safeExtGet("amazonSdkVersion", "3.0.3")
|
|||
|
||||
dependencies {
|
||||
implementation "tecnavia:react-native-android-open-settings:1.3.0"
|
||||
implementation "tecnavia:react-native-app-settings:2.0.1"
|
||||
implementation "tecnavia:react-native-async-storage_async-storage:2.0.0"
|
||||
implementation "tecnavia:react-native-color-matrix-image-filters:6.0.9"
|
||||
implementation "tecnavia:react-native-community_art:1.2.0"
|
||||
implementation "tecnavia:react-native-community_datetimepicker:6.7.5"
|
||||
implementation "tecnavia:react-native-community_image-editor:2.3.0"
|
||||
implementation "tecnavia:react-native-community_netinfo:5.9.10"
|
||||
|
@ -485,7 +469,7 @@ dependencies {
|
|||
implementation "tecnavia:react-native-image-marker:0.9.2"
|
||||
implementation "tecnavia:react-native-linear-gradient:2.8.3"
|
||||
implementation "tecnavia:react-native-mail:6.1.1"
|
||||
implementation "tecnavia:react-native-pager-view:6.1.4"
|
||||
implementation "tecnavia:react-native-pager-view:6.4.1"
|
||||
implementation "tecnavia:react-native-photo-view-ex:1.1.0"
|
||||
implementation "tecnavia:react-native-reanimated:2.17.0"
|
||||
implementation "tecnavia:react-native-safe-area-context:3.3.2"
|
||||
|
@ -493,7 +477,7 @@ dependencies {
|
|||
implementation "tecnavia:react-native-share:10.2.1"
|
||||
implementation "tecnavia:react-native-splash-screen:3.2.0"
|
||||
implementation "tecnavia:react-native-sqlite-storage:3.3.10"
|
||||
implementation "tecnavia:react-native-svg:12.1.0"
|
||||
implementation "tecnavia:react-native-svg:15.7.1"
|
||||
implementation "tecnavia:react-native-tecnavia-utils:1.2.1"
|
||||
implementation "tecnavia:react-native-text-size:3.0.0"
|
||||
implementation "tecnavia:react-native-tts:4.1.0"
|
||||
|
@ -501,7 +485,7 @@ dependencies {
|
|||
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-webview:11.17.2"
|
||||
implementation "tecnavia:react-native-webview:12.4.0"
|
||||
implementation "tecnavia:rn-fetch-blob:0.11.2"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.3.6"
|
||||
implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
android.useAndroidX=true
|
||||
|
||||
APP_NAME=Android SDK
|
||||
APP_VERSION_NAME=3.16.09
|
||||
APP_VERSION_CODE=1730189840518
|
||||
APP_VERSION_NAME=3.16.13
|
||||
APP_VERSION_CODE=1732114058365
|
||||
ANDROID_APP_ID=com.tecnaviaapplication
|
||||
IS_ADDON=true
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,6 @@
|
|||
com.facebook.react.shell.MainReactPackage
|
||||
com.rtmalone.volumecontrol.RNVolumeControlPackage
|
||||
com.levelasquez.androidopensettings.AndroidOpenSettingsPackage
|
||||
com.krazylabs.OpenAppSettingsPackage
|
||||
com.chirag.RNMail.RNMail
|
||||
net.no_mad.tts.TextToSpeechPackage
|
||||
com.idehub.GoogleAnalyticsBridge.GoogleAnalyticsBridgePackage
|
||||
|
@ -12,7 +11,6 @@ com.prebidlibrary.RNPrebidPackage
|
|||
com.oblador.vectoricons.VectorIconsPackage
|
||||
com.reactcommunity.rndatetimepicker.RNDateTimePickerPackage
|
||||
com.reactnativecommunity.asyncstorage.AsyncStoragePackage
|
||||
com.reactnativecommunity.art.ARTPackage
|
||||
com.reactnativecommunity.imageeditor.ImageEditorPackage
|
||||
com.reactnativecommunity.netinfo.NetInfoPackage
|
||||
com.reactnativecommunity.slider.ReactSliderPackage
|
||||
|
|
Loading…
Reference in New Issue