Default to release-21.11, bump version

This commit is contained in:
Alexander Sosedkin 2021-12-16 23:58:58 +01:00
parent 937d480888
commit 0a4ae68233
2 changed files with 3 additions and 3 deletions

View file

@ -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"
}

View file

@ -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) {