Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ type = 'swc'
fatSwc = true

additionalCompilerOptions = [
'-swf-version=26',
'-target-player=15.0',
'-swf-version=29',
'-target-player=18.0',
'-verbose-stacktraces=true',
'-load-config=air-config.xml',
'-static-link-runtime-shared-libraries=true',
Expand All @@ -71,12 +71,12 @@ repositories {
}

dependencies {
flexSDK group: 'org.apache', name: 'apache-flex-sdk', version: '4.13.0', ext: 'tar.gz'
airSDK group: 'com.adobe', name: 'AdobeAIRSDK', version: '15.0', ext: 'zip'
flexSDK group: 'org.apache', name: 'apache-flex-sdk', version: '4.14.1', ext: 'tar.gz'
airSDK group: 'com.adobe', name: 'AIRSDK_Compiler', version: '18.0', ext: 'tbz2'

merged files("libs/robotlegs-framework-v2.2.1.swc",
"libs/starling-v1.5.1.swc",
"libs/feathers-v2.0.0.swc")
"libs/starling-v1.6.swc",
"libs/feathers-v2.1.1.swc")

test files("libs/flexUnitTasks-4.2.0-20140410.jar",
"libs/flexunit-4.2.0-20140410-flex_4.12.0.swc",
Expand Down
2 changes: 1 addition & 1 deletion gradle/template.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
product.name = RoboStarlegs
product.version = 0.9.4
product.version = 0.9.5
product.group = eu.alebianco
product.title = Robolegs extension for Starling
product.description = Use Robotlegs2 framework with Starling base projects.
Expand Down
Binary file removed libs/feathers-v2.0.0.swc
Binary file not shown.
Binary file added libs/feathers-v2.1.1.swc
Binary file not shown.
Binary file removed libs/starling-v1.5.1.swc
Binary file not shown.
Binary file added libs/starling-v1.6.swc
Binary file not shown.