26 lines
		
	
	
		
			430 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			430 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "build": {
 | 
						|
    "preview": {
 | 
						|
      "android": {
 | 
						|
        "buildType": "apk"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "preview2": {
 | 
						|
      "android": {
 | 
						|
        "gradleCommand": ":app:assembleRelease"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "preview3": {
 | 
						|
      "developmentClient": true
 | 
						|
    },
 | 
						|
    "production": {
 | 
						|
    },
 | 
						|
    "development": {
 | 
						|
      "developmentClient": true,
 | 
						|
      "distribution": "internal",
 | 
						|
      "android": {
 | 
						|
        "buildType": "apk"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |