Default to release-23.05, bump version

This commit is contained in:
Alexander Sosedkin 2023-06-30 18:43:13 +02:00
parent e0a1a6bfea
commit 58d56ddd24
2 changed files with 3 additions and 3 deletions

View file

@ -41,8 +41,8 @@ android {
defaultConfig {
applicationId "com.termux"
applicationIdSuffix ".nix"
versionCode 188031
versionName "0.118.0_v0.3.1_nix"
versionCode 188032
versionName "0.118.0_v0.3.2_nix"
// fdroid checkupdates looks for literal versionCode/versionName,
// can't get fancy with these and use string interpolation and similar

View file

@ -64,7 +64,7 @@ import static com.termux.shared.termux.TermuxConstants.TERMUX_STAGING_PREFIX_DIR
final class TermuxInstaller {
private static final String LOG_TAG = "TermuxInstaller";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-22.11";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-23.05";
/** Performs bootstrap setup if necessary. */
static void setupBootstrapIfNeeded(final Activity activity, final Runnable whenDone) {