diff --git a/build_core.sh b/build_core.sh
index 94186cbcb3bfdee134faafa853901884efc63c04..ba1183dcd5ccb49df545a60092b71df982ec1794 100755
--- a/build_core.sh
+++ b/build_core.sh
@@ -117,7 +117,7 @@ fi
 
 
 showtitle "Building Bitmask core as full aar"
-gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/obfsvpn.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
+gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
 
 showtitle "Building Bitmask web core as full aar including pgpverify"
 gomobile bind -x -target='android' -ldflags="-s -w" -androidapi=21 -v -tags=netcgo -trimpath -o ./lib/bitmaskcore_web.aar -v ./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd
diff --git a/build_core_dev.sh b/build_core_dev.sh
index 17ae21575803bf24c477b1fedcd193cdc261f304..97d20f48138daafc238a75ecfece19143705a26e 100755
--- a/build_core_dev.sh
+++ b/build_core_dev.sh
@@ -123,7 +123,7 @@ fi
 
 
 showtitle "Building Bitmask core as full aar"
-gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/obfsvpn.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
+gomobile bind -x -target android -ldflags="-s -w" -tags=netcgo -androidapi=21 -v -trimpath -o lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go
 
 showtitle "Building Bitmask web core as full aar including pgpverify"
 gomobile bind -x -target='android' -ldflags="-s -w" -androidapi=21 -v -tags=netcgo -trimpath -o ./lib/bitmaskcore_web.aar -v ./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd