Changeset 3acb7a5 for apps/ministreaming
- Timestamp:
- Nov 26, 2017 11:20:24 PM (3 years ago)
- Branches:
- master
- Children:
- 89f2a76
- Parents:
- 3f4daede
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/ministreaming/build.gradle
r3f4daede r3acb7a5 1 apply plugin: 'java-library' 2 1 3 archivesBaseName = 'mstreaming' 2 4 … … 15 17 16 18 dependencies { 17 compileproject(':core')19 api project(':core') 18 20 } 19 21
Note: See TracChangeset
for help on using the changeset viewer.