1. added yggdrasil-go instead of extras

2. gradle upgrade
3. acra update to secure reporting protocol
This commit is contained in:
vadym 2022-05-16 12:36:07 +03:00
parent affdfeb3c1
commit 61af98781a
4 changed files with 6 additions and 8 deletions

View File

@ -14,7 +14,6 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name="org.yggdrasil.app.crispa.AboutActivity"

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -1,7 +1,5 @@
all:
cd yggdrasil-extras; \
gomobile bind -v -target android -tags mobile -o yggdrasil.aar \
github.com/yggdrasil-network/yggdrasil-extras/src/mobile \
github.com/yggdrasil-network/yggdrasil-go/src/config
mv -f yggdrasil-extras/yggdrasil.aar yggdrasil.aar;
mv -f yggdrasil-extras/yggdrasil-sources.jar yggdrasil-sources.jar;
cd yggdrasil && \
ANDROID=true ./contrib/mobile/build
mv -f yggdrasil/yggdrasil.aar yggdrasil.aar;
mv -f yggdrasil/yggdrasil-sources.jar yggdrasil-sources.jar;

@ -0,0 +1 @@
Subproject commit 42d4298e197e9f4455b9ed34e9b49847cc10af63