commond line tools auto replace sdk version
This commit is contained in:
@@ -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",
|
||||
|
@@ -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__"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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
1
doric-cli/target/version
Normal file
@@ -0,0 +1 @@
|
||||
0.3.10
|
Reference in New Issue
Block a user