mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
Revert back to com.android.x
This commit is contained in:
parent
06deeb04cd
commit
e0127d9404
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
def buildAsLibrary = project.hasProperty('BUILD_AS_LIBRARY');
|
||||
def buildAsApplication = !buildAsLibrary
|
||||
if (buildAsApplication) {
|
||||
apply plugin: 'com.etlegacy.application'
|
||||
apply plugin: 'com.android.application'
|
||||
}
|
||||
else {
|
||||
apply plugin: 'com.etlegacy.library'
|
||||
apply plugin: 'com.android.library'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Reference in a new issue