Skip to content

Commit

Permalink
Latest play services with androidx support (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 2, 2020
1 parent 4ebbe72 commit b4f070c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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'
}
2 changes: 1 addition & 1 deletion gpgs/src/java/com/defold/gpgs/GpgsJNI.java
Expand Up @@ -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;

Expand Down

0 comments on commit b4f070c

Please sign in to comment.