Android Gradle Plugin can't JUST WORK, can it?!

This commit is contained in:
Grishka
2024-02-29 10:04:15 +03:00
parent b4904024c6
commit 02bfb34665
11 changed files with 17 additions and 15 deletions

View File

@@ -66,6 +66,7 @@ android {
}
buildFeatures{
aidl true
buildConfig true
}
dependenciesInfo{
// Disables dependency metadata when building APKs.
@@ -73,6 +74,7 @@ android {
// Disables dependency metadata when building Android App Bundles.
includeInBundle false
}
namespace 'org.joinmastodon.android'
}
dependencies {