mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Default to release-22.05, bump version
This commit is contained in:
parent
0a4ae68233
commit
47cc72bbf1
2 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ android {
|
||||||
applicationId "com.termux"
|
applicationId "com.termux"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 66027
|
versionCode 66028
|
||||||
versionName "0.66_v0.2.7_nix"
|
versionName "0.66_v0.2.8_nix"
|
||||||
applicationIdSuffix ".nix"
|
applicationIdSuffix ".nix"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ import java.util.zip.ZipInputStream;
|
||||||
*/
|
*/
|
||||||
final class TermuxInstaller {
|
final class TermuxInstaller {
|
||||||
|
|
||||||
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-21.11";
|
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-22.05";
|
||||||
|
|
||||||
/** Performs setup if necessary. */
|
/** Performs setup if necessary. */
|
||||||
static void setupIfNeeded(final Activity activity, final Runnable whenDone) {
|
static void setupIfNeeded(final Activity activity, final Runnable whenDone) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue