In that case you might want to look at the build 
file: https://github.com/macroid/macroid/blob/master/build.sbt.
The relevant bits are:
1) “androidBuildAar” on the first line;
2) setting source and target Java levels to 1.7.
Other than that, each module is a normal android-sdk-plugin project.
One advantage of AAR publishing is that the supported SDK levels you 
specify in AndroidManifest.xml (see 
e.g. 
https://github.com/macroid/macroid/blob/master/macroid-core/src/main/AndroidManifest.xml)
 
will be automatically enforced.

Nick

On Tuesday, April 21, 2015 at 2:46:26 PM UTC+1, Jim Fulton wrote:
>
> On Mon, Apr 20, 2015 at 6:44 PM, Nick Stanchenko <nick....@gmail.com 
> <javascript:>> wrote: 
> > Jim, 
> > 
> > For what it’s worth, Macroid (http://macroid.github.io/) is packaged as 
> an 
> > AAR since version M3. 
>
> It's worth a lot. Thanks! 
>
> Jim 
>
> -- 
> Jim Fulton 
> http://www.linkedin.com/in/jimfulton 
>

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scala-on-android+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to