mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
6 lines
230 B
Groovy
6 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.7.3' apply false
|
|
id 'com.android.library' version '8.7.3' apply false
|
|
}
|