Android: Migrate deprecated support library to AndroidX
This commit is contained in:
parent
6a0473bcc2
commit
d0ced7a481
9 changed files with 25 additions and 18 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue