mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 12:01:53 +00:00
Allow injecting custom channel URL for debug
This commit is contained in:
@@ -5,6 +5,7 @@ android {
|
||||
applicationId 'com.topjohnwu.magisk'
|
||||
versionCode 1
|
||||
versionName props['appVersion']
|
||||
buildConfigField 'String', 'DEV_CHANNEL', props['DEV_CHANNEL'] ?: 'null'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user