Skip to content

Commit

Permalink
SOFIA v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kollinslima committed Nov 2, 2020
1 parent 3b2f9fe commit 42cd977
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 @@ -27,8 +27,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
multiDexEnabled true
versionCode 12
versionName "1.11.1"
versionCode 13
versionName "1.11.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<string name="developer_email">kollins.lima@gmail.com</string>

<string name="action_help">Ajuda</string>
<string name="app_version">v1.11.1</string>
<string name="app_version">v1.11.2</string>
<string name="action_report_bug">Reportar Erro</string>
<string name="action_memory_map_error">Inicie a simulação primeiro.</string>
<string name="filemanager_not_found">Instale um gerenciador de arquivos.</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
Expand Up @@ -124,7 +124,7 @@
<string name="arefError">Enter a positive value between 1 and 5</string>
<string name="developer_email">kollins.lima@gmail.com</string>
<string name="action_help">Help</string>
<string name="app_version">v1.11.1</string>
<string name="app_version">v1.11.2</string>
<string name="action_report_bug">Report a Bug</string>
<string name="action_memory_map_error">Please start simulation first.</string>
<string name="filemanager_not_found">Please install a File Manager.</string>
Expand Down

0 comments on commit 42cd977

Please sign in to comment.