mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 09:31:55 +00:00
Let stub APK respect canary builds
This commit is contained in:
@@ -4,7 +4,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId 'com.topjohnwu.magisk'
|
||||
versionCode 1
|
||||
versionName "stub"
|
||||
versionName configProps['appVersion']
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user