We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08dca13 + 7283049 commit 503ce82Copy full SHA for 503ce82
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
applicationId "com.template.androidbasicapp" // TODO applicationIdを他の人と被らない名前に変更してください。
17
minSdk 29
18
targetSdk 34
19
- versionCode 111
20
- versionName "1.1.1"
+ versionCode 120
+ versionName "1.2.0"
21
22
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
23
}
0 commit comments