File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
omniNotes/src/main/java/it/feio/android/omninotes Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717VERSION_NAME =6.1.0
1818VERSION_CODE =290
1919PACKAGE =it.feio.android.omninotes
20- MIN_SDK =16
20+ MIN_SDK =19
2121TARGET_SDK =28
2222BUILD_TOOLS =28.0.3
2323
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 1818package it .feio .android .omninotes .utils ;
1919
2020import 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
2323import android .content .Context ;
2424import android .location .Address ;
You can’t perform that action at this time.
0 commit comments