diff --git a/gpgs/manifests/android/build.gradle b/gpgs/manifests/android/build.gradle index 1e9a583..7e4ef67 100644 --- a/gpgs/manifests/android/build.gradle +++ b/gpgs/manifests/android/build.gradle @@ -1,6 +1,6 @@ dependencies { - // https://developers.google.com/android/guides/setup - compile 'com.google.android.gms:play-services-base:16.+' - compile 'com.google.android.gms:play-services-auth:16.+' - compile 'com.google.android.gms:play-services-games:17.+' + // https://developers.google.com/android/guides/setup#split + compile 'com.google.android.gms:play-services-base:17.5.0' + compile 'com.google.android.gms:play-services-auth:18.1.0' + compile 'com.google.android.gms:play-services-games:20.0.1' } diff --git a/gpgs/src/java/com/defold/gpgs/GpgsJNI.java b/gpgs/src/java/com/defold/gpgs/GpgsJNI.java index b39fc31..55560ce 100644 --- a/gpgs/src/java/com/defold/gpgs/GpgsJNI.java +++ b/gpgs/src/java/com/defold/gpgs/GpgsJNI.java @@ -2,7 +2,7 @@ import android.app.Activity; import android.content.Intent; -import android.support.annotation.NonNull; +import androidx.annotation.NonNull; import android.util.Log; import android.view.Gravity;