Adding build for thinkpad.
This commit is contained in:
parent
900f1a0254
commit
0af63fb9ef
@ -48,7 +48,11 @@ android {
|
|||||||
create("real") {
|
create("real") {
|
||||||
manifestPlaceholders["host"] = "burguillos.info"
|
manifestPlaceholders["host"] = "burguillos.info"
|
||||||
versionNameSuffix = "-real"
|
versionNameSuffix = "-real"
|
||||||
|
}
|
||||||
|
create("thinkpad") {
|
||||||
|
manifestPlaceholders["host"] = "192.168.1.144"
|
||||||
|
applicationIdSuffix = ".think";
|
||||||
|
versionNameSuffix = "-think"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
4
app/src/thinkpad/res/values/destination.xml
Normal file
4
app/src/thinkpad/res/values/destination.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user