mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Default to release-24.05, bump version
This commit is contained in:
parent
4e8aacb528
commit
ce16ea468c
2 changed files with 3 additions and 3 deletions
|
|
@ -41,8 +41,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.termux"
|
||||
applicationIdSuffix ".nix"
|
||||
versionCode 188035
|
||||
versionName "0.118.0_v0.3.5_nix"
|
||||
versionCode 188036
|
||||
versionName "0.118.0_v0.3.6_nix"
|
||||
// fdroid checkupdates looks for literal versionCode/versionName,
|
||||
// can't get fancy with these and use string interpolation and similar
|
||||
ndk {
|
||||
|
|
|
|||
|
|
@ -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-23.11";
|
||||
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-24.05";
|
||||
|
||||
/** Performs bootstrap setup if necessary. */
|
||||
static void setupBootstrapIfNeeded(final Activity activity, final Runnable whenDone) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue