1
2
3
4 package edu.jiangxin.apktoolbox.help;
5
6
7
8
9
10
11 public class Constant {
12
13 private Constant() {
14 }
15
16 public static final String URL_DOCUMENT = "https://jiangxincode.github.io/ApkToolBoxGUI";
17
18 public static final String URL_PLUGIN_VERSION = "https://jiangxincode.github.io/ApkToolBoxGUI/features/reverse_engineer.html";
19
20
21
22
23 public static final String URL_FEEDBACK = "https://github.com/jiangxincode/ApkToolBoxGUI/issues/new";
24
25
26
27
28 public static final String URL_CONTRIBUTE = "https://github.com/jiangxincode/ApkToolBoxGUI";
29
30
31
32
33 public static final String URL_CHECK_UPDATE = "https://api.github.com/repos/jiangxincode/ApkToolBoxGUI/releases/latest";
34 }