Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekThazhathattil committed Jul 6, 2021
1 parent 05acf1c commit d44ac2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.example.spokennumbers"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/spoken_numbers_main_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
android:id="@+id/start_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minWidth="50dp"
android:src="@android:drawable/ic_media_play" />

<LinearLayout
Expand Down

0 comments on commit d44ac2e

Please sign in to comment.