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

Commit

Permalink
Version changed | Small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 16, 2017
1 parent ef6573d commit 92c8180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "de.pscom.pietsmiet"
minSdkVersion 19
targetSdkVersion 26
versionCode 16
versionName "1.5"
versionCode 17
versionName "1.5.1"
}
buildTypes {
release {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/java/de/pscom/pietsmiet/view/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
Expand All @@ -25,7 +24,6 @@
import com.google.firebase.analytics.FirebaseAnalytics;

import java.util.Date;
import java.util.Locale;

import butterknife.BindView;
import butterknife.ButterKnife;
Expand Down Expand Up @@ -262,7 +260,7 @@ public void onLoadMore(int totalItemsCount, RecyclerView view) {
}

private void setupDrawer() {
mNavigationView = (NavigationView) findViewById(R.id.nav_view);
mNavigationView = findViewById(R.id.nav_view);
mNavigationView.setNavigationItemSelectedListener(this);
pietstream_banner = mNavigationView.getMenu().findItem(R.id.nav_pietstream_banner);

Expand Down

0 comments on commit 92c8180

Please sign in to comment.