Skip to content

Commit

Permalink
update 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chensiming committed Sep 18, 2018
1 parent 386d2bb commit 67437f9
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ android {
}

dependencies {
implementation project(':geetest_sensebot_android_v3.5.7.4')
implementation 'com.android.support:appcompat-v7:25.1.1'
api project(':geetest_sensebot_android_v3.5.7.4')
}
4 changes: 0 additions & 4 deletions android/settings.gradle

This file was deleted.

1 change: 0 additions & 1 deletion example/android/.idea/.name

This file was deleted.

Binary file modified example/android/.idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion example/android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/android/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 1 addition & 3 deletions example/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
apply from: '../../android/settings.gradle'

include ':app'
include ':app', ':geetest_sensebot_android_v3.5.7.4'

def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class _MyAppState extends State<MyApp> {
String result;
// Platform messages may fail, so we use a try/catch PlatformException.
try {
result = await GeetestPlugin.getGeetest('https://backend-dev.codemao.cn/tiger/register_slide');
result = await GeetestPlugin.getGeetest('http://www.geetest.com/demo/gt/register-slide');
} on PlatformException {
// platformVersion = 'Failed to get platform version.';
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geetest_plugin
description: Geetest Flutter plugin.
version: 0.0.3
version: 0.0.4
author: SimonChen <admin@ithome.me>
homepage: https://github.com/cikichen/flutter_geetest_plugin

Expand Down

0 comments on commit 67437f9

Please sign in to comment.