mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-05 16:41: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 {
|
defaultConfig {
|
||||||
applicationId "com.termux"
|
applicationId "com.termux"
|
||||||
applicationIdSuffix ".nix"
|
applicationIdSuffix ".nix"
|
||||||
versionCode 188035
|
versionCode 188036
|
||||||
versionName "0.118.0_v0.3.5_nix"
|
versionName "0.118.0_v0.3.6_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.11";
|
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-24.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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue