update to 0.2.1
This commit is contained in:
@@ -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.0.1"
|
||||
debugImplementation "pub.doric:core:0.2.0.1"
|
||||
implementation "pub.doric:core:0.2.1"
|
||||
debugImplementation "pub.doric:core:0.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -6,5 +6,5 @@ target 'Example' do
|
||||
use_frameworks!
|
||||
|
||||
# Pods for Example
|
||||
pod 'DoricCore', '~>0.2.0'
|
||||
pod 'DoricCore', '~>0.2.1'
|
||||
end
|
||||
|
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"doric": "0.2.0",
|
||||
"doric": "0.2.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rollup": "^1.27.14",
|
||||
"@rollup/plugin-commonjs": "^11.0.0",
|
||||
|
Reference in New Issue
Block a user