v0.8.0: added an update notification service
This commit is contained in:
9
services/updates/debugUpdates/build.gradle
Normal file
9
services/updates/debugUpdates/build.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
sourceCompatibility = targetCompatibility = appJavaCompatibility
|
||||
|
||||
dependencies {
|
||||
implementation project(':SPD-classes')
|
||||
api project(':services')
|
||||
}
|
||||
Reference in New Issue
Block a user