You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mi...@apache.org on 2018/03/12 06:48:20 UTC

[6/9] incubator-weex git commit: upgrade the version code

upgrade the version code


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/0763bd4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/0763bd4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/0763bd4e

Branch: refs/heads/master
Commit: 0763bd4eeb057278455bf50721d2fb67fb44045a
Parents: 70cbe4f
Author: misakuo <mi...@apache.org>
Authored: Fri Mar 9 10:05:41 2018 +0800
Committer: misakuo <mi...@apache.org>
Committed: Fri Mar 9 10:05:41 2018 +0800

----------------------------------------------------------------------
 android/playground/app/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0763bd4e/android/playground/app/build.gradle
----------------------------------------------------------------------
diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index cd6b6c3..351c73a 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -8,8 +8,8 @@ android {
         applicationId "com.alibaba.weex"
         minSdkVersion project.appMinSdkVersion
         targetSdkVersion project.targetSdkVersion
-        versionCode 13
-        versionName "0.5.2.5"
+        versionCode 14
+        versionName "0.18"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         ndk{
             abiFilters "x86"