Skip to content

Commit 328c808

Browse files
committed
Merge branch 'release/0.3.8'
2 parents a73da6b + a2c4763 commit 328c808

30 files changed

+159
-166
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
before_install: cd dart_native/example
4242
before_script:
4343
- brew update
44-
- brew install --HEAD libimobiledevice
44+
- brew install libimobiledevice
4545
- brew install ideviceinstaller
4646
- brew install ios-deploy
4747
- git clone https://github.com/flutter/flutter.git -b stable --depth 1

dart_native/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
## 0.3.8
2+
3+
* [Feature] Android so file path.
4+
5+
## 0.3.7
6+
7+
* [Feature] Android callback result.
8+
19
## 0.3.6
210

311
* [Fix] Issue: https://github.com/dart-native/dart_native/issues/24
12+
413
## 0.3.5
514

615
* [Feature] Object lifecycle management for Android.

dart_native/android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.DS_Store
77
/build
88
/captures
9+
.externalNativeBuild

dart_native/android/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
cmake_minimum_required(VERSION 3.4.1)
66

7-
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/../android/jniLibs/${ANDROID_ABI})
8-
97
# Specifies a library name, specifies whether the library is STATIC or
108
# SHARED, and provides relative paths to the source code. You can
119
# define multiple libraries by adding multiple add_library() commands,

dart_native/android/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536M
2-
android.enableR8=true
32
android.useAndroidX=true
43
android.enableJetifier=true

dart_native/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
Binary file not shown.
Binary file not shown.
-2.17 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)