Missing test variables configuration (#348)
* Add buildconfig variables for debug testing * Allow marking articles as read from the article reader (#346) * Add new items according to the selfoss id, to avoid duplicate items. * Migrate setting articles as read from ArticleFragment to SharedItems * Removed unused assertion * Allow marking articles as read from the article reader * Added contributors, because they deserve it ! Co-authored-by: Amine Bou <510304+aminecmi@users.noreply.github.com>
This commit is contained in:
parent
db78717eec
commit
2e38639910
@ -73,6 +73,9 @@ android {
|
||||
'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
buildConfigField "String", "LOGIN_URL", appLoginUrl
|
||||
buildConfigField "String", "LOGIN_PASSWORD", appLoginPassword
|
||||
buildConfigField "String", "LOGIN_USERNAME", appLoginUsername
|
||||
}
|
||||
}
|
||||
flavorDimensions "build"
|
||||
|
Loading…
Reference in New Issue
Block a user