Skip to content

Commit

Permalink
[plugin/IAB] Download Amazon support lib from gideros website
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy29 committed Dec 11, 2016
1 parent 3fa2087 commit bd84df4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions lua/luac.pro
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
TEMPLATE = app
CONFIG += console
DESTDIR = bin
TARGET = luac
SOURCES += src/luac.c
INCLUDEPATH += src
win32 {
DEFINES += LUA_BUILD_AS_DLL
}
TEMPLATE = app
CONFIG += console
DESTDIR = bin
TARGET = luac
SOURCES += src/luac.c
INCLUDEPATH += src
win32 {
DEFINES += LUA_BUILD_AS_DLL
}
4 changes: 3 additions & 1 deletion plugins/iab/iab.gplugin
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<set key="local.iabfws" value="[[[sys.pluginDir]]]/bin/Android/src/com/giderosmobile/android/plugins/iab/frameworks"/>
<if condition="[[[plugin.iabAmazon]]]">
<template name="Amazon" path="[[[local.iabfws]]]" dest="[[[local.iabfwd]]]" include="IabAmazon.java" />
<template name="binaries" path="[[[sys.pluginDir]]]/source/Android/libs" dest="app/libs" include="in-app-purchasing*.jar" />
<set key="local.adsJarVer" value="in-app-purchasing-2.0.76.jar" />
<download source="http://giderosmobile.com/ext/android/[[[local.adsJarVer]]]" dest="[[[sys.cacheDir]]]/[[[local.adsJarVer]]]" />
<cp src="[[[sys.cacheDir]]]/[[[local.adsJarVer]]]" dst="app/libs/[[[local.adsJarVer]]]" />
<template name="Activity" path="">
<replacelist wildcards="build.gradle">
<append>
Expand Down
Binary file not shown.

0 comments on commit bd84df4

Please sign in to comment.