Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Merge dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jizzu committed May 19, 2019
2 parents 7c7bf88 + f3c31dc commit e0e0fb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
android:screenOrientation="portrait" />
<activity
android:name=".ui.view.MainIntroActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.Intro" />
<activity
android:name=".ui.view.SearchActivity"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ext {
buildToolsVersion = '28.0.3'
minSdkVersion = 21
targetSdkVersion = 28
versionCode = 18
versionName = "1.8.5"
versionCode = 19
versionName = "1.8.7"

// App dependencies
appcompatVersion = "1.0.2"
Expand Down

0 comments on commit e0e0fb6

Please sign in to comment.