Skip to content

Commit ace60a5

Browse files
committed
Updated app version for release (v2.0)
Updaed app version to v2.0 for release in app store.
1 parent 570e1af commit ace60a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "myapplication.flashcards"
99
minSdkVersion 17
1010
targetSdkVersion 23
11-
versionCode 1
12-
versionName "1.0"
11+
versionCode 2
12+
versionName "2.0"
1313
}
1414
buildTypes {
1515
release {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
android:id="@+id/textView"
3030
android:layout_width="112dp"
3131
android:layout_height="match_parent"
32-
android:text="Release v 1.0" />
32+
android:text="Release v 2.0" />
3333

3434
</LinearLayout>

0 commit comments

Comments
 (0)