View Javadoc
1   /**
2    * 
3    */
4   package edu.jiangxin.apktoolbox.help;
5   
6   /**
7    * @author jiangxin
8    * @author 2019-05-11
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       * Url for creating feedbacks or issues
22       */
23      public static final String URL_FEEDBACK = "https://github.com/jiangxincode/ApkToolBoxGUI/issues/new";
24      
25      /**
26       * Url for contributing the repository
27       */
28      public static final String URL_CONTRIBUTE = "https://github.com/jiangxincode/ApkToolBoxGUI";
29      
30      /**
31       * Url for checking update
32       */
33      public static final String URL_CHECK_UPDATE = "https://api.github.com/repos/jiangxincode/ApkToolBoxGUI/releases/latest";
34  }