Skip to content

Commit ab22f21

Browse files
committed
0.7 -> 0.7.1
1 parent 2851ba1 commit ab22f21

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.emunix.insteadlauncher"
1111
minSdkVersion 21
1212
targetSdkVersion 28
13-
versionCode 700
14-
versionName "0.7"
13+
versionCode 701
14+
versionName "0.7.1"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
ndk {
1717
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- fix crash on Android below 8
2+
- added animation of game list items

fastlane/metadata/android/en/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Collection of text quests on the engine INSTEAD.
22

33
Most of the games are in Russian, but there are games in English and Spanish:
44

5-
* in English: The Returning of the Quantum Cat, Mainland, Return of Red Hood, Crash Dive
5+
* in English: The Returning of the Quantum Cat, I.A.G. Alpha, Constellation, Mainland, Return of Red Hood, Crash Dive
66
* in Spanish: Mansion
77

88
You can find these games with the search button inside the app.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- исправлено падение на Android ниже 8 версии
2+
- добавлена анимация элементов в списке игр

0 commit comments

Comments
 (0)