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 { defaultConfig {
applicationId "com.termux" applicationId "com.termux"
applicationIdSuffix ".nix" applicationIdSuffix ".nix"
versionCode 188031 versionCode 188032
versionName "0.118.0_v0.3.1_nix" versionName "0.118.0_v0.3.2_nix"
// fdroid checkupdates looks for literal versionCode/versionName, // fdroid checkupdates looks for literal versionCode/versionName,
// can't get fancy with these and use string interpolation and similar // 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 { final class TermuxInstaller {
private static final String LOG_TAG = "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. */ /** Performs bootstrap setup if necessary. */
static void setupBootstrapIfNeeded(final Activity activity, final Runnable whenDone) { static void setupBootstrapIfNeeded(final Activity activity, final Runnable whenDone) {