Skip to content

Commit

Permalink
Default to release-23.11, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Mar 6, 2024
1 parent 0c78dc4 commit d45be89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
defaultConfig {
applicationId "com.termux"
applicationIdSuffix ".nix"
versionCode 188034
versionName "0.118.0_v0.3.4_nix"
versionCode 188035
versionName "0.118.0_v0.3.5_nix"
// fdroid checkupdates looks for literal versionCode/versionName,
// can't get fancy with these and use string interpolation and similar
ndk {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/termux/app/TermuxInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
final class TermuxInstaller {

private static final String LOG_TAG = "TermuxInstaller";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-23.05";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-23.11";

/** Performs bootstrap setup if necessary. */
static void setupBootstrapIfNeeded(final Activity activity, final Runnable whenDone) {
Expand Down

0 comments on commit d45be89

Please sign in to comment.