Compare commits
No commits in common. "main" and "3.17.05" have entirely different histories.
12
build.gradle
12
build.gradle
|
@ -66,6 +66,13 @@ publishing {
|
|||
artifact("$libsDirName/react-native-community_datetimepicker-release.aar")
|
||||
}
|
||||
|
||||
tareactnativecommunityimageeditor(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-community_image-editor'
|
||||
version '2.3.0'
|
||||
artifact("$libsDirName/react-native-community_image-editor-release.aar")
|
||||
}
|
||||
|
||||
tareactnativecommunitynetinfo(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-community_netinfo'
|
||||
|
@ -286,7 +293,7 @@ publishing {
|
|||
tatecnaviareactnativebridge(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-bridge'
|
||||
version '1.3.10'
|
||||
version '1.3.8'
|
||||
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
|
||||
}
|
||||
|
||||
|
@ -448,6 +455,7 @@ dependencies {
|
|||
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_datetimepicker:6.7.5"
|
||||
implementation "tecnavia:react-native-community_image-editor:2.3.0"
|
||||
implementation "tecnavia:react-native-community_netinfo:11.4.1"
|
||||
implementation "tecnavia:react-native-community_slider:2.0.9"
|
||||
implementation "tecnavia:react-native-config:1.4.11"
|
||||
|
@ -479,7 +487,7 @@ dependencies {
|
|||
implementation "tecnavia:react-native-volume-control:1.0.1"
|
||||
implementation "tecnavia:react-native-webview:12.4.0"
|
||||
implementation "tecnavia:rn-fetch-blob:0.11.2"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.3.10"
|
||||
api "tecnavia:tecnavia_react-native-bridge:1.3.8"
|
||||
implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0"
|
||||
implementation "tecnavia:tecnavia_react-native-dfp:1.5.0"
|
||||
implementation "tecnavia:tecnavia_react-native-geolocation:3.0.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
android.useAndroidX=true
|
||||
|
||||
APP_NAME=Android SDK
|
||||
APP_VERSION_NAME=3.18.03
|
||||
APP_VERSION_CODE=1738587271993
|
||||
APP_VERSION_NAME=3.17.05
|
||||
APP_VERSION_CODE=1737383107535
|
||||
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
|
@ -10,6 +10,7 @@ com.prebidlibrary.RNPrebidPackage
|
|||
com.oblador.vectoricons.VectorIconsPackage
|
||||
com.reactcommunity.rndatetimepicker.RNDateTimePickerPackage
|
||||
com.reactnativecommunity.asyncstorage.AsyncStoragePackage
|
||||
com.reactnativecommunity.imageeditor.ImageEditorPackage
|
||||
com.reactnativecommunity.netinfo.NetInfoPackage
|
||||
com.reactnativecommunity.slider.ReactSliderPackage
|
||||
com.reactnativecommunity.cookies.CookieManagerPackage
|
||||
|
@ -36,7 +37,7 @@ com.airbnb.android.react.maps.MapsPackage
|
|||
com.matejdr.matheranalytics.MatherAnalyticsPackage
|
||||
de.bonify.reactnativematomo.MatomoPackage
|
||||
net.nativo.reactsdk.RNNativoSdkPackage
|
||||
com.onesignal.rnonesignalandroid.ReactNativeOneSignalPackage
|
||||
com.geektime.rnonesignalandroid.ReactNativeOneSignalPackage
|
||||
com.reactnativepagerview.PagerViewPackage
|
||||
com.library.RCTPdfView
|
||||
io.amarcruz.photoview.PhotoViewPackage
|
||||
|
|
Loading…
Reference in New Issue