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

@@ -10,7 +10,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"doric": "0.3.8",
"doric": "__$Version__",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.14",
"tslib": "^1.10.0",

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__"
}
}

View File

@@ -6,5 +6,5 @@ target 'Example' do
use_frameworks!
# Pods for Example
pod 'DoricCore', '~>0.3.8'
pod 'DoricCore', '~>__$Version__'
end

1
doric-cli/target/version Normal file
View File

@@ -0,0 +1 @@
0.3.10