Skip to content

Commit 72aa7d5

Browse files
jennypaxianscientress
authored andcommitted
Change instance to EH22, Version Bump (#40)
1 parent 909c139 commit 72aa7d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CongressRoutePlanner/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
}
44

55
val versionMajor = 4
6-
val versionMinor = 5
7-
val versionPatch = 1
6+
val versionMinor = 6
7+
val versionPatch = 0
88
val minimumSdkVersion = 14
99

1010
android {
@@ -18,7 +18,7 @@ android {
1818
targetSdk = 34
1919
versionCode = generateVersionCode()
2020
versionName = generateVersionName()
21-
buildConfigField("String", "WEB_URL", "\"https://38c3.c3nav.de\"")
21+
buildConfigField("String", "WEB_URL", "\"https://eh22.c3nav.de\"")
2222
}
2323
signingConfigs {
2424
create("release") {

CongressRoutePlanner/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<category android:name="android.intent.category.BROWSABLE" />
3939
<data android:scheme="http" />
4040
<data android:scheme="https" />
41-
<data android:host="38c3.c3nav.de"/>
41+
<data android:host="eh22.c3nav.de"/>
4242
<data android:pathPrefix="/"/>
4343
</intent-filter>
4444
<intent-filter>

0 commit comments

Comments
 (0)