Default to release-22.05, bump version

This commit is contained in:
Alexander Sosedkin 2022-07-25 21:50:31 +02:00
parent 0a4ae68233
commit 47cc72bbf1
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@ android {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 28
versionCode 66027
versionName "0.66_v0.2.7_nix"
versionCode 66028
versionName "0.66_v0.2.8_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.11";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-22.05";
/** Performs setup if necessary. */
static void setupIfNeeded(final Activity activity, final Runnable whenDone) {