Sonntag, 24. Januar 2016

BARACUS 0.9.3 has been released

Today I am very glad to announce the release of BARACUS 0.9.3.

In this release, two maintenance bugfixes have been done.

To use the current apklib (in your Android application module), simply use the dependency


        <dependency>
            <groupId>org.baracus</groupId>
            <artifactId>baracus-framework</artifactId>
            <version>0.9.3</version>
            <type>apklib</type>
        </dependency>

... as usual.

The sourcecode has been branched here - the javadocs can be found here


Regards,

MNT

Freitag, 1. Januar 2016

BARACUS 0.9.2 has been released

Today I am very glad to announce the release of BARACUS 0.9.2.

In this release, the logging has been enhanced and been made more configurable.

To use the current apklib (in your Android application module), simply use the dependency


        <dependency>
            <groupId>org.baracus</groupId>
            <artifactId>baracus-framework</artifactId>
            <version>0.9.2</version>
            <type>apklib</type>
        </dependency>

... as usual.

The sourcecode has been branched here - the javadocs can be found here


Regards,
MNT