Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: smoother settings planet xela (fixes #5378) #5379

Merged
merged 3 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2337
versionName "0.23.37"
versionCode 2338
versionName "0.23.38"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PLANET_SOMALIA_URL=planet.somalia.ole.org
PLANET_SOMALIA_PIN=5932
PLANET_VI_URL=planet.vi.ole.org
PLANET_VI_PIN=0660
PLANET_XELA_URL=10.82.1.150
PLANET_XELA_URL=10.82.1.30
PLANET_XELA_PIN=4324
PLANET_URIUR_URL=192.168.1.68
PLANET_URIUR_PIN=4025
Expand Down
Loading