запуск проекта с локальными конфигами
This commit is contained in:
parent
28fb8285df
commit
0036564605
@ -13,6 +13,7 @@
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Default"
|
||||
|
@ -1,5 +1,6 @@
|
||||
package ru.myitschool.work.core
|
||||
|
||||
object Constants {
|
||||
const val SERVER_ADDRESS = "http://localhost:8090"
|
||||
// "http://localhost:8080"
|
||||
const val SERVER_ADDRESS = "http://10.0.2.2:8080"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user