Skip to content

Commit

Permalink
Added gradle support for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Jan 7, 2020
1 parent 4ab4b64 commit a013d4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion game.project
@@ -1,7 +1,7 @@
[project]
title = GPGS
version = 0.2
dependencies = https://github.com/andsve/dirtylarry/archive/master.zip,https://github.com/britzl/defold-screenshot/archive/master.zip,https://github.com/defold/android-base-extensions/releases/download/1.0.0/gps-base-16.1.0.zip,https://github.com/defold/android-base-extensions/releases/download/1.0.0/support-v4-27.0.2.zip,https://github.com/defold/android-base-extensions/releases/download/1.0.0/gps-games-17.0.0.zip
dependencies = https://github.com/andsve/dirtylarry/archive/master.zip,https://github.com/britzl/defold-screenshot/archive/master.zip

[bootstrap]
main_collection = /main/main.collectionc
Expand Down
6 changes: 6 additions & 0 deletions gpgs/manifests/android/build.gradle
@@ -0,0 +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.+'
}

0 comments on commit a013d4c

Please sign in to comment.