Update build.gradle

Version from 19 to 20
This commit is contained in:
sami155 2025-01-06 11:23:13 +01:00 committed by GitHub
parent d24b928d29
commit 19c14ecf0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'Serienstream' extName = 'Serienstream'
extClass = '.Serienstream' extClass = '.Serienstream'
extVersionCode = 19 extVersionCode = 20
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"