assets/src/org/ruboto/EntryPointActivity.java in ruboto-0.10.0 vs assets/src/org/ruboto/EntryPointActivity.java in ruboto-0.10.1
- old
+ new
@@ -129,10 +129,10 @@
}
}).start();
}
private static final String RUBOTO_APK = "RubotoCore-release.apk";
- private static final String RUBOTO_URL = "https://github.com/downloads/ruboto/ruboto/" + RUBOTO_APK;
+ private static final String RUBOTO_URL = "https://raw.github.com/ruboto/ruboto-core/master/dist/" + RUBOTO_APK;
// Called when the button is pressed.
public void getRubotoCore(View view) {
try {
startActivity(new Intent(Intent.ACTION_VIEW).setData(Uri.parse("market://details?id=org.ruboto.core")));