Skip to content

Commit

Permalink
updated artifacts;
Browse files Browse the repository at this point in the history
  • Loading branch information
archinamon committed Mar 13, 2017
1 parent 9cf9f75 commit 16fd1ab
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ So concrete rule is:

Changelog
---------
#### 2.4.3 -- Hot-fixed two-step compilation
* compiled in first step aspect classes have not been copied to final output;

#### 2.4.2 -- Hot-fix
* fixed missed variable;
* fixed imports;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8cd6e08810d31a3b9efd90404241e546
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
94d72d5ac253141b3f10bc9ae9ef40ea91ce6366
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.archinamon</groupId>
<artifactId>android-gradle-aspectj</artifactId>
<version>2.4.3</version>
<dependencies>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.8.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>1.8.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<version>2.0M10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ee7fb69e8a822d61b5b39c76d898cc7e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4f68912fe1526900a06217796a48824ebe957a1f
5 changes: 3 additions & 2 deletions com/archinamon/android-gradle-aspectj/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.archinamon</groupId>
<artifactId>android-gradle-aspectj</artifactId>
<versioning>
<release>2.4.2</release>
<release>2.4.3</release>
<versions>
<version>1.3.1</version>
<version>1.3.2</version>
Expand All @@ -22,7 +22,8 @@
<version>2.3.1</version>
<version>2.4.0</version>
<version>2.4.2</version>
<version>2.4.3</version>
</versions>
<lastUpdated>20170313133429</lastUpdated>
<lastUpdated>20170313135430</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46b52b797398e4d9a9bf8fa5d70387fc
34d4d5519cbd3c7273ea095986ef12ca
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0bb2f824dace58e74a8c57a96058b2dc27d61697
aba055c0b26b83f6f5f52c7a66b781b3b8221067

0 comments on commit 16fd1ab

Please sign in to comment.