mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00
Move to ANTLR v3.2
git-svn-id: https://smali.googlecode.com/svn/trunk@705 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
b3abca4c90
commit
6a7f2e2d24
@ -15,7 +15,7 @@
|
||||
<plugin>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr3-maven-plugin</artifactId>
|
||||
<version>3.1.3-1</version>
|
||||
<version>3.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>smaliLexer</id>
|
||||
@ -74,10 +74,15 @@
|
||||
</resources>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>de.jflex</groupId>
|
||||
<artifactId>maven-jflex-plugin</artifactId>
|
||||
<version>1.4.3-r1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr-runtime</artifactId>
|
||||
<version>3.1.3</version>
|
||||
<version>3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jf</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user