Skip to content

Commit 3ad3295

Browse files
committed
MinSdk rised to 19. Bye bye Android < KitKat
1 parent 60a5553 commit 3ad3295

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
VERSION_NAME=6.1.0
1818
VERSION_CODE=290
1919
PACKAGE=it.feio.android.omninotes
20-
MIN_SDK=16
20+
MIN_SDK=19
2121
TARGET_SDK=28
2222
BUILD_TOOLS=28.0.3
2323

omniNotes/src/main/java/it/feio/android/omninotes/DetailFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public class DetailFragment extends BaseFragment implements OnReminderPickedList
192192
private static final int CATEGORY = 5;
193193
private static final int DETAIL = 6;
194194
private static final int FILES = 7;
195-
private boolean goBack = false;
195+
boolean goBack = false;
196196
@BindView(R.id.detail_root)
197197
ViewGroup root;
198198
@BindView(R.id.detail_title)

omniNotes/src/main/java/it/feio/android/omninotes/utils/GeocodeHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package it.feio.android.omninotes.utils;
1919

2020
import static it.feio.android.omninotes.BuildConfig.MAPS_API_KEY;
21-
import static it.feio.android.omninotes.helpers.LogDelegate.GeocodeProviderBaseFactory.getProvider;
21+
import static it.feio.android.omninotes.helpers.GeocodeProviderBaseFactory.getProvider;
2222

2323
import android.content.Context;
2424
import android.location.Address;

0 commit comments

Comments
 (0)