Merge pull request #5 from lacerta-doc/common/update_version_rule

バージョン名の運用を変更
This commit is contained in:
ろむねこ 2023-12-20 10:17:10 +09:00 committed by GitHub
commit 9722a3d9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,10 @@ android {
targetSdk 33
// Develop上では次回のリリースバージョンを指定
versionCode 1000
versionName "1.0.0"
// , Internal, Release問わず毎回インクリメントする
// https://developer.android.com/studio/publish/versioning#versioningsettings
versionCode 2
versionName "0.1 Internal release 2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}