Browse Source

Using support lib as default since rn 60 now have jetifier as default

master
Henning Hall 6 years ago
parent
commit
92e1b8b7c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      android/src/main/java/com/henninghall/date_picker/DatePickerManager.java

+ 1
- 1
android/src/main/java/com/henninghall/date_picker/DatePickerManager.java View File

@ -1,7 +1,7 @@
package com.henninghall.date_picker;
import android.content.res.Resources;
import androidx.annotation.Nullable;
import android.support.annotation.Nullable;
import android.util.Log;
import android.util.TypedValue;

Loading…
Cancel
Save