Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Conversation

@lepidum
Copy link

@lepidum lepidum commented Sep 10, 2012

add resourceContainingJars key for ApkBuilder

Make more precisely and customizable resource handling.
For example, when I don't want to use proguard to unmanaged jars.

useProguard in Android := true,
dxInputs in Android <+= (unmanagedBase) map (x => x),

Now, 'dx' command can handle directories properly, but ApkBuilder could not so.
Because ApkBuilder requires that dxInputs contains files.
Consequently, generated apk contains classes but does not contain resources.


prevent other projects are broken by GlobalScope

fix #141

lepidum-mochizuki and others added 4 commits September 10, 2012 13:18
Make more precisely and customizable resource handling.
For example, when I don't want to use proguard to unmanaged jars.

  useProguard in Android := true,
  dxInputs in Android <+= (unmanagedBase) map (x => x),

Now, 'dx' command can handle directories properly, but ApkBuilder could not so.
Because ApkBuilder requires that dxInputs contains files.
Consequently, generated apk contains classes but does not contain resources.
add resourceContainingJars key for ApkBuilder
prevent other projects are broken by GlobalScope
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix PlainJavaProject for multi project

2 participants