This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/android/build.gradle
Alexander Borsuk 30134ff26f [android] Update gradle plugun and androidx deps
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-16 14:29:06 +03:00

5 lines
230 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
}