
Fix StarboundScans image loading by using data-src instead of src - Update pageListParse to use data-src attribute for image URLs - This fixes the IllegalArgumentException caused by data: URLs - Aligns with Madara base implementation pattern
11 lines
225 B
Groovy
11 lines
225 B
Groovy
ext {
|
|
extName = 'Starbound Scans'
|
|
extClass = '.StarboundScans'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://starboundscans.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|