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:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning"> tools:ignore="GoogleAppIndexingWarning">
<activity <activity
android:name="org.yggdrasil.app.crispa.AboutActivity" android:name="org.yggdrasil.app.crispa.AboutActivity"

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View File

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

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