Android: Migrate deprecated support library to AndroidX

This commit is contained in:
thebestnom
2020-04-16 11:25:53 +03:00
parent aa57bb0473
commit 30680a4afe
9 changed files with 26 additions and 19 deletions
@@ -36,9 +36,10 @@ import org.godotengine.godot.GodotLib;
import org.godotengine.godot.plugin.GodotPlugin;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.util.Log;
import androidx.annotation.NonNull;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;