mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
バージョン名変更
This commit is contained in:
parent
2364a32de9
commit
0d21f7a783
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user