try fix dep

This commit is contained in:
327135569 2021-04-07 12:56:16 +08:00
parent 98081deac0
commit a1ba19658a
2 changed files with 9 additions and 0 deletions

View File

@ -5,4 +5,11 @@ plugins {
java {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':axmlprinter')
compile project(':apksigner')
compile group: 'commons-io', name: 'commons-io', version: '2.8.0'
}

View File

@ -12,3 +12,5 @@ project(':hiddenapi-bridge').projectDir = new File('mmp/hiddenapi-bridge')
include ':manager-service'
project(':manager-service').projectDir = new File('mmp/manager-service')
include ':patch'
include ':axmlprinter'
include ':apksigner'