Rename the generated package
[rtmpclient.git] / app / src / main / java / ai / suanzi / rtmpclient / CheckVersionInfoTask.java
index d17b85f..b0cbc02 100644 (file)
@@ -23,6 +23,15 @@ public class CheckVersionInfoTask extends AsyncTask<Void, Void, String> {
 
     private static final String VERSION_INFO_URL = "http://downloads.suanzi.ai/RtmpClient/update.json";
 
+    /* the content of update.json as below
+    peng@[~/web/RtmpClient]>> cat update.json
+    {
+        "url":"http://downloads.suanzi.ai/RtmpClient/RtmpClient-v0.3.3-release.apk",
+        "versionCode":33,
+        "updateMessage":"1. Fix bug<br/>2. Update<br/>3. test"
+    }
+    */
+
     public CheckVersionInfoTask(Context context){
         this.mContext = context;
     }