Updating to sdk 34
This commit is contained in:
parent
fa9a1e77ab
commit
7c10d017d9
@ -17,9 +17,9 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "info.burguillos.bi"
|
applicationId = "info.burguillos.bi"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 33
|
targetSdk = 34
|
||||||
versionCode = 4
|
versionCode = 5
|
||||||
versionName = "4.0"
|
versionName = "5.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="baseUrl">http://192.168.1.33:3000</string>
|
<string name="baseUrl">https://burguillos.info</string>
|
||||||
<string name="app_name">Burguillos.info (Lilith)</string>
|
<string name="app_name">Burguillos.info (Lilith)</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user