Adding build for thinkpad.

This commit is contained in:
sergiotarxz 2023-09-04 15:49:32 +02:00
parent 900f1a0254
commit 0af63fb9ef
4 changed files with 9 additions and 1 deletions

View File

@ -48,7 +48,11 @@ android {
create("real") {
manifestPlaceholders["host"] = "burguillos.info"
versionNameSuffix = "-real"
}
create("thinkpad") {
manifestPlaceholders["host"] = "192.168.1.144"
applicationIdSuffix = ".think";
versionNameSuffix = "-think"
}
}
}

View File

@ -0,0 +1,4 @@
<resources>
<string name="baseUrl">http://192.168.1.144:3000</string>
<string name="app_name">Burguillos.info (Thinkpad)</string>
</resources>