added .aar file and fix some build issues

This commit is contained in:
alex5402
2025-08-16 03:55:19 +05:30
parent 25f73f8b41
commit f3ee687239
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -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
View File
@@ -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'