Merge pull request #37924 from thebestnom/migrate-to-androidX

Android: Migrate deprecated support library to AndroidX
This commit is contained in:
Rémi Verschelde 2020-05-16 09:03:17 +02:00 committed by GitHub
commit d999071edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 18 deletions

View file

@ -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;