Skip to content

Commit

Permalink
0.8.2 -> 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Nov 5, 2020
1 parent 221726c commit d958f86
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Changelog

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

## [0.8.2] - 2020-04-21
### Changed
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.emunix.insteadlauncher"
minSdkVersion 21
targetSdkVersion 30
versionCode 802
versionName "0.8.2"
versionCode 803
versionName "0.8.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/803.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added button for writing a review (opens the game page on the http://instead-games.ru website)
- Improved user interface in landscape mode and for tablets
- Added the ability to send a crash report via email
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Most of the games are in Russian, but there are games in English and Spanish:
- Kingdom of Grain
- Mirror
- Kayleth
- Dark Crystal

* in Spanish:
- Mansion
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/803.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Добавлена кнопка позволяющая написать отзыв (открывает страницу игры на сайте http://instead-games.ru)
- Улучшен пользовательский интерфейс в горизонтальном режиме и для планшетов
- Если приложение упадет, то появится окошко позволяющее отправить отчет об ошибке разработчику через email

0 comments on commit d958f86

Please sign in to comment.