Skip to content

Commit d958f86

Browse files
committed
0.8.2 -> 0.8.3
1 parent 221726c commit d958f86

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.8.3] - 2020-11-05
44
### Added
55
- button for writing a review (opens the game page on the http://instead-games.ru website)
66
- send crash reports via email
77
### Changed
88
- improved layouts for tablets
9-
### Fixed
109

1110
## [0.8.2] - 2020-04-21
1211
### Changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "org.emunix.insteadlauncher"
1212
minSdkVersion 21
1313
targetSdkVersion 30
14-
versionCode 802
15-
versionName "0.8.2"
14+
versionCode 803
15+
versionName "0.8.3"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
ndk {
1818
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
@@ -102,7 +102,7 @@ dependencies {
102102
implementation 'androidx.preference:preference:1.1.1'
103103
implementation 'androidx.recyclerview:recyclerview:1.1.0'
104104
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
105-
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
105+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
106106

107107
// Kotlin
108108
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Added button for writing a review (opens the game page on the http://instead-games.ru website)
2+
- Improved user interface in landscape mode and for tablets
3+
- Added the ability to send a crash report via email

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Most of the games are in Russian, but there are games in English and Spanish:
1414
- Kingdom of Grain
1515
- Mirror
1616
- Kayleth
17+
- Dark Crystal
1718

1819
* in Spanish:
1920
- Mansion
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Добавлена кнопка позволяющая написать отзыв (открывает страницу игры на сайте http://instead-games.ru)
2+
- Улучшен пользовательский интерфейс в горизонтальном режиме и для планшетов
3+
- Если приложение упадет, то появится окошко позволяющее отправить отчет об ошибке разработчику через email

0 commit comments

Comments
 (0)