version bump for android/play and ffi/linux use locally bundled tor
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2021-06-01 14:53:13 -07:00
parent e651ba8f59
commit 6c60a93958
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ class CwtchFfi implements Cwtch {
Map<String, String> envVars = Platform.environment;
if (Platform.isLinux) {
home = (envVars['HOME'])!;
bundledTor = "./tor";
} else if (Platform.isWindows) {
home = (envVars['UserProfile'])!;
bundledTor = "Tor\\Tor\\tor.exe";

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.0.0+2
environment:
sdk: ">=2.12.0 <3.0.0"