diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-23 16:42:44 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-23 17:04:17 +0200 |
commit | 83b30bed7bcf3b2e19fce41a91ffdaf5103979ce (patch) | |
tree | 77d7d34abef1ee24c0df73b0ea31eaf42a7dda27 | |
parent | 88cf839c90e59823c4fee1e70e5525b943287a10 (diff) |
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | app/build.gradle | 2 | ||||
-rw-r--r-- | app/tools/libwg-go/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 83c95605..0e46a1ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,7 +20,7 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 404 + versionCode 405 versionName '0.4.0' } externalNativeBuild { diff --git a/app/tools/libwg-go/Makefile b/app/tools/libwg-go/Makefile index b53996f3..300b3841 100644 --- a/app/tools/libwg-go/Makefile +++ b/app/tools/libwg-go/Makefile @@ -1,6 +1,6 @@ containing = $(foreach v,$2,$(if $(findstring $1,$v),$v)) FILES := $(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go) -FILES := $(filter-out %/main.go $(filter-out %_linux.go,$(call containing,_,$(FILES))),$(FILES)) $(wildcard ../wireguard-go/syscall_linux*.go) +FILES := $(filter-out %/main.go $(filter-out %_linux.go,$(call containing,_,$(FILES))),$(FILES)) export GOPATH := $(CURDIR)/go CLANG_FLAGS := --target=$(ANDROID_LLVM_TRIPLE) --gcc-toolchain=$(ANDROID_TOOLCHAIN_ROOT) --sysroot=$(ANDROID_SYSROOT) |