fix: restore AIDE build config and layer live find map correctly

This commit is contained in:
n0tst3v3
2026-08-19 03:50:02 -06:00
parent feb32c9cd1
commit 57861a19c6
12 changed files with 31 additions and 387 deletions
+17 -4
View File
@@ -1,6 +1,19 @@
// Top-level build file. Plugin versions are declared in settings.gradle
// (pluginManagement), which is where AGP 8.x expects them.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.5.2' apply false
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.+'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}