File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " com.iia.blueswitchbots"
1111 minSdkVersion 23
1212 targetSdkVersion 29
13- versionCode 1
14- versionName " v1.0-beta "
13+ versionCode 2
14+ versionName " v1.0"
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 signingConfig signingConfigs. debug
1717 }
Original file line number Diff line number Diff line change 4040 app : layout_constraintStart_toStartOf =" parent"
4141 app : layout_constraintTop_toTopOf =" parent"
4242 app : srcCompat =" @drawable/ic_blue_switch_bots_24dp" />
43+
4344 <TextView
4445 android : id =" @+id/text_view_version"
4546 android : layout_width =" 0dp"
4647 android : layout_height =" wrap_content"
4748 android : layout_marginBottom =" 16dp"
48- android : text =" Version 1 .0"
49+ android : text =" v1 .0"
4950 android : textAlignment =" center"
5051 android : textSize =" 24sp"
5152 app : layout_constraintBottom_toTopOf =" @+id/image_view_logo"
You can’t perform that action at this time.
0 commit comments