mirror of
https://github.com/QM4RS/FridaBox.git
synced 2026-09-22 00:52:20 +02:00
added .aar file and fix some build issues
This commit is contained in:
@@ -44,8 +44,10 @@ android {
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])
|
||||
// download the latest .aar file fromm https://t.me/blackbox_apks and paste that to libs directory and sync projecr
|
||||
|
||||
Binary file not shown.
+7
-1
@@ -1,5 +1,8 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
flatDir {
|
||||
dirs "libs"
|
||||
}
|
||||
maven { url "https://www.jitpack.io" }
|
||||
maven { url 'https://maven.aliyun.com/repository/releases' }
|
||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||
@@ -20,6 +23,9 @@ pluginManagement {
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
flatDir {
|
||||
dirs "libs"
|
||||
}
|
||||
maven { url "https://www.jitpack.io" }
|
||||
maven { url 'https://maven.aliyun.com/repository/releases' }
|
||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||
@@ -34,4 +40,4 @@ dependencyResolutionManagement {
|
||||
rootProject.name = "vspace-fully-fixed"
|
||||
|
||||
include ':app'
|
||||
include ':Bcore'
|
||||
//include ':Bcore'
|
||||
|
||||
Reference in New Issue
Block a user