SSU: Rewrite/fix previous Java 7 (Android) fix

Update checklist to specify bootclasspath, so these are caught in the future
bump -16-rc
This commit is contained in:
zzz
2023-01-08 14:45:17 -05:00
parent 433340c11b
commit 1e34738fca
4 changed files with 22 additions and 25 deletions
@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "-rc";