Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/change app icon #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.triplet.play'

def versionMajor = 0
def versionMinor = 1
def versionPatch = 2
def versionPatch = 3
def version = "${versionMajor}.${versionMinor}.${versionPatch}"

android {
Expand All @@ -14,7 +14,7 @@ android {
applicationId "net.kwmt27.codesearch"
minSdkVersion 21
targetSdkVersion 24
versionCode 15
versionCode 16
versionName version

jackOptions {
Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions app/src/production/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- navigate the user to the top of the view
https://material.google.com/components/bottom-navigation.html#bottom-navigation-behavior
- change app icon
4 changes: 1 addition & 3 deletions app/src/production/play/ja-JP/whatsnew
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- bottom navigation barを追加しました
- フォロワーのタイムライン一覧機能を追加しました
- その他、バグ修正
- アプリアイコン変更