バージョン変更, コメント追加

This commit is contained in:
ろむねこ 2023-12-19 11:50:32 +09:00
parent e87056a12f
commit c8c0c2f42c
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -11,8 +11,10 @@ android {
applicationId "one.nem.lacerta" applicationId "one.nem.lacerta"
minSdk 26 minSdk 26
targetSdk 33 targetSdk 33
versionCode 100
versionName "1.0" // Develop上では次回のリリースバージョンを指定
versionCode 1000
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }