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