ObserverOfTime a4b8c02799
League of Legends: fix series list (#15833)
* League of Legends: update for extensions-lib 1.4

* League of Legends: fix series list
2023-04-11 18:31:56 -03:00

13 lines
284 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'League of Legends'
pkgNameSuffix = 'all.leagueoflegends'
extClass = '.LOLFactory'
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"