We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570e1af commit ace60a5Copy full SHA for ace60a5
2 files changed
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "myapplication.flashcards"
9
minSdkVersion 17
10
targetSdkVersion 23
11
- versionCode 1
12
- versionName "1.0"
+ versionCode 2
+ versionName "2.0"
13
}
14
buildTypes {
15
release {
app/src/main/res/layout/nav_header_main.xml
@@ -29,6 +29,6 @@
29
android:id="@+id/textView"
30
android:layout_width="112dp"
31
android:layout_height="match_parent"
32
- android:text="Release v 1.0" />
+ android:text="Release v 2.0" />
33
34
</LinearLayout>
0 commit comments