commond line tools auto replace sdk version

This commit is contained in:
pengfei.zhou
2020-03-21 10:26:57 +08:00
committed by osborn
parent f311b21f64
commit 0db94701d6
5 changed files with 20 additions and 10 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.3.8"
debugImplementation "pub.doric:devkit:0.3.8"
implementation "pub.doric:core:__$Version__"
debugImplementation "pub.doric:devkit:__$Version__"
}
}