Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit e0e0fb6

Browse files
committed
Merge dev branch
2 parents 7c7bf88 + f3c31dc commit e0e0fb6

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

0 Bytes
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
android:screenOrientation="portrait" />
4343
<activity
4444
android:name=".ui.view.MainIntroActivity"
45-
android:screenOrientation="portrait"
4645
android:theme="@style/Theme.Intro" />
4746
<activity
4847
android:name=".ui.view.SearchActivity"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ext {
3232
buildToolsVersion = '28.0.3'
3333
minSdkVersion = 21
3434
targetSdkVersion = 28
35-
versionCode = 18
36-
versionName = "1.8.5"
35+
versionCode = 19
36+
versionName = "1.8.7"
3737

3838
// App dependencies
3939
appcompatVersion = "1.0.2"

0 commit comments

Comments
 (0)