SDL: support for install-time asset pack for Android app bundle
This commit is contained in:
@@ -27,10 +27,13 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
assetPacks = [":assetpack"] // ==ASSETPACK==
|
||||
|
||||
dependencies { compile 'com.google.android.gms:play-services-games:21.0.0' } // ==GOOGLEPLAYGAMESERVICES==
|
||||
dependencies { compile 'com.google.android.gms:play-services-drive:17.0.0' } // ==GOOGLEPLAYGAMESERVICES==
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'com.google.android.play:core:1.10.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user