mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Default to release-21.05, bump version
This commit is contained in:
parent
807f0be209
commit
937d480888
2 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ android {
|
|||
applicationId "com.termux"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 66025
|
||||
versionName "0.66_v0.2.5_nix"
|
||||
versionCode 66026
|
||||
versionName "0.66_v0.2.6_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-20.09";
|
||||
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-21.05";
|
||||
|
||||
/** Performs setup if necessary. */
|
||||
static void setupIfNeeded(final Activity activity, final Runnable whenDone) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue