Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Revert "[TEST]"
Browse files Browse the repository at this point in the history
This reverts commit c42e67b and 6bf85bb
  • Loading branch information
DVDAndroid committed Jul 11, 2016
1 parent 6bf85bb commit 6ff15ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#*.apk
*.apk
*.ap_
*.iml
*.dex
Expand Down
Binary file removed app/XposedInstaller_by_dvdandroid-debug.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class JSONUtils {

public static final String JSON_LINK = "https://raw.githubusercontent.com/DVDAndroid/XposedInstaller/advanced-installer/app/xposed_list.json";
public static final String JSON_LINK = "https://raw.githubusercontent.com/DVDAndroid/XposedInstaller/material/app/xposed_list.json";

public static String getFileContent(String url) throws IOException {
HttpURLConnection c = (HttpURLConnection) new URL(url).openConnection();
Expand Down
6 changes: 3 additions & 3 deletions app/xposed_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
}
],
"apk":{
"version": "1466672400001",
"changelog":"testing",
"link": "https://github.com/DVDAndroid/XposedInstaller/blob/advanced-installer/app/XposedInstaller_by_dvdandroid-debug.apk?raw=true"
"version":"1466672400000",
"changelog":"<b>What's new:</b><br>&#149; <b>Installation on pre-lollipop devices is now available!</b><br>&#149; Added support for new systemles method &#40;/vendor&#41;<br>&#149; Auto selection of zip file when installing<br>&#149; Background update checker &#40;only installer&#41;<br>&#149; Option to skip xposedminversion check &#40;thanks to pylerSm&#41;<br>&#149; Some small transitions<br><br><br>&#149; Bug fixes<br>&#149; Synced translations!",
"link":"https://github.com/DVDAndroid/dvdandroid.github.io/blob/master/apks/XposedInstaller_by_dvdandroid.apk?raw=true"
}
}

0 comments on commit 6ff15ed

Please sign in to comment.