File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >libra</groupId >
55 <artifactId >AndroidProjectCreator</artifactId >
6- <version >1.5.1 -stable</version >
6+ <version >1.5.2 -stable</version >
77 <packaging >jar</packaging >
88 <properties >
99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5050 <dependency >
5151 <groupId >org.apache.logging.log4j</groupId >
5252 <artifactId >log4j-api</artifactId >
53- <version >2.15 .0</version >
53+ <version >2.16 .0</version >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.apache.logging.log4j</groupId >
5757 <artifactId >log4j-core</artifactId >
58- <version >2.15 .0</version >
58+ <version >2.16 .0</version >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.apache.logging.log4j</groupId >
6262 <artifactId >log4j-slf4j-impl</artifactId >
63- <version >2.15 .0</version >
63+ <version >2.16 .0</version >
6464 </dependency >
6565 </dependencies >
6666 <build >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ private void showError(Exception ex) {
173173 * Display the version information
174174 */
175175 public void showVersion () {
176- String versionNumber = "1.5.1 -stable" ;
176+ String versionNumber = "1.5.2 -stable" ;
177177 StringBuilder version = new StringBuilder ();
178178 version .append ("[+]AndroidProjectCreator " + versionNumber + " [developed by Max 'Libra' Kersten <info@maxkersten.nl> or @Libranalysis on Twitter]\n " );
179179 System .out .println (version .toString ());
You can’t perform that action at this time.
0 commit comments