new build
This commit is contained in:
parent
ccc73618d7
commit
b4e57dced5
16
build.gradle
16
build.gradle
|
@ -157,6 +157,13 @@ publishing {
|
|||
artifact("$libsDirName/react-native-gesture-handler-release.aar")
|
||||
}
|
||||
|
||||
tareactnativehtmltopdf(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-html-to-pdf'
|
||||
version '0.12.0'
|
||||
artifact("$libsDirName/react-native-html-to-pdf-release.aar")
|
||||
}
|
||||
|
||||
tareactnativeiapplay(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'react-native-iap-play'
|
||||
|
@ -374,6 +381,13 @@ publishing {
|
|||
artifact("$libsDirName/tecnavia_react-native-print-release.aar")
|
||||
}
|
||||
|
||||
tatecnaviareactnativewebanalytics(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-web-analytics'
|
||||
version '1.0.0'
|
||||
artifact("$libsDirName/tecnavia_react-native-web-analytics-release.aar")
|
||||
}
|
||||
|
||||
tatecnaviareactnativeziparchive(MavenPublication) {
|
||||
groupId 'tecnavia'
|
||||
artifactId 'tecnavia_react-native-zip-archive'
|
||||
|
@ -501,6 +515,7 @@ dependencies {
|
|||
implementation "tecnavia:react-native-fast-image:8.5.11"
|
||||
implementation "tecnavia:react-native-fs:2.20.0"
|
||||
implementation "tecnavia:react-native-gesture-handler:1.10.3"
|
||||
implementation "tecnavia:react-native-html-to-pdf:0.12.0"
|
||||
playImplementation "tecnavia:react-native-iap-play:12.4.0"
|
||||
amazonImplementation "tecnavia:react-native-iap-amazon:12.4.0"
|
||||
implementation "tecnavia:react-native-idle-timer:2.1.6"
|
||||
|
@ -532,6 +547,7 @@ dependencies {
|
|||
implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.0.2"
|
||||
implementation "tecnavia:tecnavia_react-native-pdf:5.1.6"
|
||||
implementation "tecnavia:tecnavia_react-native-print:0.6.1"
|
||||
implementation "tecnavia:tecnavia_react-native-web-analytics:1.0.0"
|
||||
implementation "tecnavia:tecnavia_react-native-zip-archive:5.2.0"
|
||||
api "tecnavia:react-native:0.67.5"
|
||||
implementation "tecnavia:hermes:1.0.0"
|
||||
|
|
|
@ -2,6 +2,6 @@ android.useAndroidX=true
|
|||
|
||||
APP_NAME=Android SDK
|
||||
APP_VERSION_NAME=3.12.00
|
||||
APP_VERSION_CODE=1711612148554
|
||||
APP_VERSION_CODE=1711614524243
|
||||
ANDROID_APP_ID=com.tecnaviaapplication
|
||||
IS_ADDON=true
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue