chore: Add yggdrasil module to main app build gradle file

This commit is contained in:
ChronosX88 2019-08-23 11:54:00 +04:00
parent a6dffbd9e4
commit 592fe8138d
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -24,6 +24,7 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(path: ':yggdrasil')
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'