Skip to content

Commit 16ae4a2

Browse files
committed
0.8.1 f-droid
1 parent 98f8d12 commit 16ae4a2

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
## [0.8.1] - 2019-11-20
99
### Fixed
1010
This version includes patches from the INSTEAD master branch
11-
(and these changes are not available in F-Droid version):
1211

1312
- fixed a bug where the image was redrawn incorrectly when the screen is rotated (https://github.com/instead-hub/instead/commit/2178375716e628126b18dd6c88b6c5c087863385)
1413
- games start again in full screen mode (https://github.com/instead-hub/instead/commit/03c4fcb9454d6d9a7185488ffb74a93605ceb678)

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ task deleteDependencies(type: Delete) {
137137
}
138138

139139
task downloadDependencies(dependsOn: deleteDependencies) {
140-
def Instead = '3.3.1'
140+
def Instead = '03c4fcb9454d6d9a7185488ffb74a93605ceb678'
141141
def Lua = '5.1.5'
142142
def SDL2 = '2.0.10'
143143
def SDL2_image = '2.0.5'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed a bug where the image was redrawn incorrectly when the screen is rotated
2+
- Games start again in full screen mode
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Игры снова запускаются в полноэкранном режиме
2+
- Исправлена ошибка, когда при повороте экрана игра не перерисовывалась

0 commit comments

Comments
 (0)