Repo Created
This commit is contained in:
parent
eb305e2886
commit
a8c22c65db
4784 changed files with 329907 additions and 2 deletions
16
play-services-maps/core/vtm/microg-theme/build.gradle
Normal file
16
play-services-maps/core/vtm/microg-theme/build.gradle
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
implementation "org.microg:vtm:0.9.1-mod"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'src'
|
||||
}
|
||||
resources {
|
||||
srcDir 'resources'
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue