Skip to content

Commit 1d9b7dd

Browse files
committed
chore: add url for android and discord guide
1 parent 8ff2018 commit 1d9b7dd

File tree

1 file changed

+3
-0
lines changed
  • subprojects/packagefiles/discord_social_sdk/android

1 file changed

+3
-0
lines changed

subprojects/packagefiles/discord_social_sdk/android/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# this isn't feature complete and doesn't care about actual defintion and config files, it uses a fixed static layout from the .aar file and uses it hard coded
44

5+
## see: https://discord.com/developers/docs/social-sdk/md_pages_2mobile.html
6+
# on how discord for android works
7+
58
aar_file = meson.project_source_root() / 'lib' / (get_option('buildtype') == 'release' ? 'release' : 'debug') / 'discord_partner_sdk.aar'
69

710
unzip = find_program('unzip')

0 commit comments

Comments
 (0)