Racib fix for adnroid
This commit is contained in:
@@ -185,7 +185,7 @@ android {
|
|||||||
buildConfigField "String", "endpoint", "\"https://pos.api.racib.joys.digital/20130701/\""
|
buildConfigField "String", "endpoint", "\"https://pos.api.racib.joys.digital/20130701/\""
|
||||||
buildConfigField "String", "appToken", "\"bdea0f3ba9034b688019a7cac753d1209e2b227f\""
|
buildConfigField "String", "appToken", "\"bdea0f3ba9034b688019a7cac753d1209e2b227f\""
|
||||||
buildConfigField "String", "appTitle", "\"RACIB Checker\""
|
buildConfigField "String", "appTitle", "\"RACIB Checker\""
|
||||||
buildConfigField "boolean", "showBonus", "false"
|
buildConfigField "boolean", "showBonus", "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.dinect.checker"
|
package="com.dinect.checker"
|
||||||
android:versionCode="18"
|
android:versionCode="21"
|
||||||
android:versionName="1.1.23">
|
android:versionName="1.1.24">
|
||||||
|
|
||||||
<!-- The INTERNET permission is required for development. Specifically,
|
<!-- The INTERNET permission is required for development. Specifically,
|
||||||
flutter needs it to communicate with the running application
|
flutter needs it to communicate with the running application
|
||||||
|
|||||||
Reference in New Issue
Block a user