You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
// provided 'de.robv.android.xposed:api:82'
// provided 'de.robv.android.xposed:api:82:sources'
provided files('libs/XposedBridgeApi-54.jar')
setting like this, the androidstudio show the warning ,and the log of xpose installer has show as follow:
cannot load module:
The Xposed API classes are compiled into the module' apk
The text was updated successfully, but these errors were encountered:
WARNING: Configuration 'provided' is obsolete and has been replaced with 'compileOnly'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Affected Modules: app
Is it safe to replace provided with compileOnly? What's the difference?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
// provided 'de.robv.android.xposed:api:82'
// provided 'de.robv.android.xposed:api:82:sources'
provided files('libs/XposedBridgeApi-54.jar')
setting like this, the androidstudio show the warning ,and the log of xpose installer has show as follow:
cannot load module:
The Xposed API classes are compiled into the module' apk
The text was updated successfully, but these errors were encountered: