Skip to content

Commit d74acb2

Browse files
committed
Update version code and version
1 parent bf92f03 commit d74acb2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

app/src/main/res/layout/activity_about.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
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"

0 commit comments

Comments
 (0)