Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vellons committed May 29, 2021
1 parent 7f8466f commit 16a954c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "it.uninsubria.pdm.vellons.twitterclone"
minSdkVersion 19
targetSdkVersion 29
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Talks</string>
<string name="app_info_message">APP DEMO. Versione 1.3 (debug)</string>
<string name="app_info_message">APP DEMO. Versione 1.4 (release-20210529)</string>
<string name="create_an_account">Crea un account</string>
<string name="already_have_an_account">Hai già un account? Accedi</string>
<string name="info">Info</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Talks</string>
<string name="app_info_message">DEMO APP. Version 1.3 (debug)</string>
<string name="app_info_message">DEMO APP. Version 1.4 (release-20210529)</string>
<string name="create_an_account">Create an account</string>
<string name="already_have_an_account">Already have an account? Login</string>
<string name="info">Info</string>
Expand Down

0 comments on commit 16a954c

Please sign in to comment.