Skip to content

Commit

Permalink
SOFIA v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kollinslima committed Nov 2, 2020
1 parent 5898894 commit 930a1cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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 11
versionName "1.10.1"
versionCode 12
versionName "1.11.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
android:textColor="@android:color/black"
android:textSize="20sp"
app:layout_constraintLeft_toLeftOf="@id/screen_splitter"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintRight_toRightOf="parent
"
app:layout_constraintTop_toTopOf="@id/text_platform" />

<TextView
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.10.1</string>
<string name="app_version">v1.11.1</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.10.1</string>
<string name="app_version">v1.11.1</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 930a1cf

Please sign in to comment.