25 lines
725 B
BlitzBasic
25 lines
725 B
BlitzBasic
#
|
|
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
|
|
#
|
|
|
|
SUMMARY = "app_open_example"
|
|
DESCRIPTION = "Example project for demoing app open."
|
|
AUTHOR = "Goolge Ads"
|
|
HOMEPAGE = "None"
|
|
BUGTRACKER = "None"
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRCREV = "b1fb58d862ad2796aeaa0606758483af34e702e5"
|
|
SRC_URI = "git://github.com/googleads/googleads-mobile-flutter.git;lfs=0;nobranch=1;protocol=https;destsuffix=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PUBSPEC_APPNAME = "app_open_example"
|
|
FLUTTER_APPLICATION_INSTALL_SUFFIX = "googleads-flutter-samples-admob-app-open-example"
|
|
FLUTTER_APPLICATION_PATH = "samples/admob/app_open_example"
|
|
|
|
inherit flutter-app
|