v0.8.2: added a news checker service
This commit is contained in:
@@ -27,6 +27,7 @@ android {
|
||||
versionNameSuffix '-INDEV'
|
||||
dependencies {
|
||||
debugImplementation project(':services:updates:debugUpdates')
|
||||
debugImplementation project(':services:news:debugNews')
|
||||
}
|
||||
}
|
||||
release {
|
||||
@@ -41,6 +42,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
releaseImplementation project(':services:updates:githubUpdates')
|
||||
releaseImplementation project(':services:news:shatteredNews')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user