mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. added yggdrasil-go instead of extras
2. gradle upgrade 3. acra update to secure reporting protocol
This commit is contained in:
parent
affdfeb3c1
commit
61af98781a
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
|
||||||
|
1
yggdrasil/yggdrasil-go
Submodule
1
yggdrasil/yggdrasil-go
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 42d4298e197e9f4455b9ed34e9b49847cc10af63
|
Loading…
Reference in New Issue
Block a user