update doric project template

This commit is contained in:
pengfei.zhou
2020-03-14 17:40:53 +08:00
committed by osborn
parent 7c2ba30bd5
commit 80b9565f96
5 changed files with 5 additions and 8 deletions

View File

@@ -28,8 +28,8 @@ android {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "pub.doric:core:0.2.3"
debugImplementation "pub.doric:core:0.2.3"
implementation "pub.doric:core:0.3.8"
debugImplementation "pub.doric:core:0.3.8"
}
}