File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
claimManagement/src/main/java/org/openimis/imisclaims Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ public void CheckUpdate(){
231231 boolean updateAvailable = false ;
232232
233233 //get all github releases
234- URL url = new URL ("https://api.github.com/repos/mngoe /claims_android_app_java/releases" );
234+ URL url = new URL ("https://api.github.com/repos/openimis /claims_android_app_java/releases" );
235235 HttpURLConnection connection = (HttpURLConnection ) url .openConnection ();
236236 connection .setRequestProperty ("Accept" , "application/vnd.github.v3+json" );
237237 connection .setReadTimeout (60_000 );
@@ -303,7 +303,7 @@ public void CheckUpdate(){
303303
304304 public void downloadUpdate (String lastVersion , String tagName ) {
305305 try {
306- String apkUrl = "https://github.com/mngoe /claims_android_app_java/releases/download/" + tagName + "/claimManagement-" + BuildConfig .FLAVOR + "-debug.apk" ;
306+ String apkUrl = "https://github.com/openimis /claims_android_app_java/releases/download/" + tagName + "/claimManagement-" + BuildConfig .FLAVOR + "-debug.apk" ;
307307
308308 DownloadManager .Request request = new DownloadManager .Request (Uri .parse (apkUrl ))
309309 .setTitle (getResources ().getString (R .string .claimUpdate ))
You can’t perform that action at this time.
0 commit comments