Let stub APK respect canary builds

This commit is contained in:
topjohnwu
2019-04-05 07:15:54 -04:00
parent 24f5bc98d8
commit 6a0b2ddee9
3 changed files with 5 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ android {
defaultConfig {
applicationId 'com.topjohnwu.magisk'
vectorDrawables.useSupportLibrary = true
versionName rootProject.ext.configProps['appVersion']
versionCode rootProject.ext.configProps['appVersionCode'] as Integer
versionName configProps['appVersion']
versionCode configProps['appVersionCode'] as Integer
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')