feat(android): update ui-mobile-base to gradle7 (#9778)

This commit is contained in:
Igor Randjelovic
2022-02-21 23:28:06 +01:00
committed by Nathan Walker
parent a8f2c4d14b
commit c7df2d0d6f
54 changed files with 12098 additions and 12321 deletions

View File

@@ -11,6 +11,7 @@ xcodebuild \
-scheme TNSWidgets \
-sdk iphonesimulator \
-configuration Release \
-destination "generic/platform=iOS Simulator" \
clean build \
BUILD_DIR=$(PWD)/TNSWidgets/build \
SKIP_INSTALL=NO \
@@ -22,6 +23,7 @@ xcodebuild \
-scheme TNSWidgets \
-sdk iphoneos \
-configuration Release \
-destination "generic/platform=iOS" \
clean build \
BUILD_DIR=$(PWD)/TNSWidgets/build \
CODE_SIGN_IDENTITY="" \