weishirongzhen / flutter_trust_wallet_core

MIT License
88 stars 33 forks source link

Could not resolve com.weishirongzhen:wallet-core:2.6.20. #32

Open sahibgun opened 2 years ago

sahibgun commented 2 years ago

While Making the build for the android application I got the following error which is similar to #30 but now it is giving error of Bad Request.

Running Gradle task 'assembleDebug'... [!] Gradle threw an error while downloading artifacts from the network. Retrying to download...

FAILURE: Build failed with an exception.

BUILD FAILED in 5s [!] Gradle threw an error while downloading artifacts from the network. Retrying to download... Exception: Gradle task assembleDebug failed with exit code 1

weishirongzhen commented 2 years ago

currently there is a auth issue with this maven package, please use https://github.com/weishirongzhen/flutter_trust_wallet_core_lib_include instead.

sahibgun commented 2 years ago

How to integrate it as the way used to integrate above-said package it increased my apk size from 24mb to 160 mb

weishirongzhen commented 2 years ago

change build.gradle abi to build armv8 only may work.