Image corners were blinking in #4322 and CSS border will now draw non uniform corner radiuses if the border color is uniform

This commit is contained in:
Panayot Cankov
2017-07-19 13:30:21 +03:00
parent c2f3956418
commit 628e08ec02
6 changed files with 181 additions and 113 deletions

View File

@@ -15,7 +15,7 @@ mkdir dist/package/platforms
echo "Build android"
mkdir dist/package/platforms/android
cd android
./gradlew assembleRelease
./gradlew --quiet assembleRelease
cd ..
cp android/widgets/build/outputs/aar/widgets-release.aar dist/package/platforms/android/widgets-release.aar