This is an automated email from the ASF dual-hosted git repository. cnryb pushed a commit to branch android-updateGradle in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git
commit 8554a0addd754767934218dc78896af8a5a1944b Author: 任跃兵 <[email protected]> AuthorDate: Sat Dec 21 23:24:29 2019 +0800 update version Android playground version to 21. The latest binary apk version is 21. --- android/playground/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/playground/build.gradle b/android/playground/build.gradle index 5f16c34..b66dd9b 100755 --- a/android/playground/build.gradle +++ b/android/playground/build.gradle @@ -13,8 +13,8 @@ android { applicationId "org.apache.weex" minSdkVersion project.minSdkVersion targetSdkVersion project.targetSdkVersion - versionCode 20 - versionName "0.20.0" + versionCode 21 + versionName "0.21.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" multiDexEnabled true ndk{
