Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
//Promise Support
implementation 'org.jdeferred:jdeferred-android-aar:1.2.4'
// ThirdParty
implementation 'com.jonathanfinerty.once:once:1.0.3'
implementation 'com.jonathanfinerty.once:once:1.3.1'

def appCenterSdkVersion = '3.0.0'
aospImplementation("com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}")
Expand Down
1 change: 1 addition & 0 deletions VirtualApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ allprojects {
name 'Google'
}
jcenter()
maven { url 'https://verve.jfrog.io/artifactory/verve-gradle-release' }
}
}

Expand Down
3 changes: 2 additions & 1 deletion VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api("me.weishu.exposed:exposed-core:0.8.1") {
// api("me.weishu.exposed:exposed-core:0.8.1") {
api('com.github.android-hacker:exposed:0.3.6') {
exclude group: 'me.weishu', module: 'free_reflection'
exclude group: 'me.weishu', module: 'epic'
exclude group: 'me.weishu.exposed', module: 'exposed-xposedapi'
Expand Down