File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Refer to <a href="https://developer.android.com/studio/">https://developer.andro
7373|_ data
7474| |_ app-version-codes.csv (Google Play app packages with valid version codes)
7575|_ lib
76- | pre-compiled WALA libs, Android axml
76+ | Android axml
7777|_ scripts
7878| |_ library-specs (pre-defined library specs)
7979| |_ library-scraper.py (scraper for mvn-central, jcenter, custom mvn)
Original file line number Diff line number Diff line change 4343 manifest {
4444 attributes ' Main-Class' : ' de.infsec.tpl.TplCLI' ,
4545 ' Tool' : ' LibScout' ,
46- ' Version' : ' 2.3.0 '
46+ ' Version' : ' 2.3.1 '
4747 }
4848
4949 // build fat jar
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class LibScoutConfig {
2020 private static final Logger logger = LoggerFactory .getLogger (de .infsec .tpl .config .LibScoutConfig .class );
2121
2222 public static final String TOOLNAME = "LibScout" ;
23- public static final String TOOLVERSION = "2.3.0 " ;
23+ public static final String TOOLVERSION = "2.3.1 " ;
2424
2525 // modes of operations
2626 public enum OpMode {
You can’t perform that action at this time.
0 commit comments