mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Default to release-23.11, bump version
This commit is contained in:
parent
1f1c6dc591
commit
c343cf8559
2 changed files with 3 additions and 3 deletions
|
|
@ -41,8 +41,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.termux"
|
applicationId "com.termux"
|
||||||
applicationIdSuffix ".nix"
|
applicationIdSuffix ".nix"
|
||||||
versionCode 188034
|
versionCode 188035
|
||||||
versionName "0.118.0_v0.3.4_nix"
|
versionName "0.118.0_v0.3.5_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
|
||||||
ndk {
|
ndk {
|
||||||
|
|
|
||||||
|
|
@ -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-23.05";
|
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-23.11";
|
||||||
|
|
||||||
/** 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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue