Android app版本号的修改

再app的build.gradle中

android {
    compileSdkVersion 24
    buildToolsVersion "24.0.3"
    defaultConfig {
        applicationId "com.orbbec.obcolor"
        minSdkVersion 15
        targetSdkVersion 22
        versionCode 2
        versionName "2.0.1"  ---》在这里修改对应的版本号即可。
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    原文作者:guanguanboy
    原文地址: https://blog.csdn.net/guanguanboy/article/details/82898095
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞