diff --git a/.drone.yml b/.drone.yml index 5b9ef96..504e6ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,14 @@ steps: commands: - flutter packages get +#- name: build_runner +# image: v7lin/flutter:1.2.1-stable +# volumes: +# - name: pub-cache +# path: /opt/flutter/.pub-cache +# commands: +# - flutter packages pub run build_runner build + - name: format image: v7lin/flutter:1.2.1-stable volumes: diff --git a/README.md b/README.md index 3af8c21..70bb224 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ dependencies: ### release ```` -latestVersion = 0.1.0 +latestVersion = 0.1.0+1 ```` ```` diff --git a/android/build.gradle b/android/build.gradle index dfbc145..f5663b0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,5 +36,5 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'io.github.v7lin:tencent-android:3.3.3' + implementation 'io.github.v7lin:tencent-android:3.3.3+1' } diff --git a/pubspec.yaml b/pubspec.yaml index 31cf615..f366470 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fake_tencent description: A powerful tencent plugin for Flutter. -version: 0.1.0 +version: 0.1.0+1 author: v7lin homepage: https://github.com/v7lin/fake_tencent