Updating to sdk 34

This commit is contained in:
Sergiotarxz 2024-07-16 11:19:21 +02:00
parent fa9a1e77ab
commit 7c10d017d9
2 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@ android {
defaultConfig {
applicationId = "info.burguillos.bi"
minSdk = 26
targetSdk = 33
versionCode = 4
versionName = "4.0"
targetSdk = 34
versionCode = 5
versionName = "5.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,4 +1,4 @@
<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>
</resources>