Skip to content

Commit

Permalink
MinSdk rised to 19. Bye bye Android < KitKat
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Dec 12, 2019
1 parent 60a5553 commit 3ad3295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
VERSION_NAME=6.1.0
VERSION_CODE=290
PACKAGE=it.feio.android.omninotes
MIN_SDK=16
MIN_SDK=19
TARGET_SDK=28
BUILD_TOOLS=28.0.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public class DetailFragment extends BaseFragment implements OnReminderPickedList
private static final int CATEGORY = 5;
private static final int DETAIL = 6;
private static final int FILES = 7;
private boolean goBack = false;
boolean goBack = false;
@BindView(R.id.detail_root)
ViewGroup root;
@BindView(R.id.detail_title)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package it.feio.android.omninotes.utils;

import static it.feio.android.omninotes.BuildConfig.MAPS_API_KEY;
import static it.feio.android.omninotes.helpers.LogDelegate.GeocodeProviderBaseFactory.getProvider;
import static it.feio.android.omninotes.helpers.GeocodeProviderBaseFactory.getProvider;

import android.content.Context;
import android.location.Address;
Expand Down

0 comments on commit 3ad3295

Please sign in to comment.