gradle: use matching fallback instead of build type
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
		
							parent
							
								
									79c5eb41c3
								
							
						
					
					
						commit
						7778ff63b5
					
				| @ -50,9 +50,6 @@ android { | |||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         create("googleplay") { |  | ||||||
|             initWith(getByName("release")) |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
|     lint { |     lint { | ||||||
|         disable += "LongLogTag" |         disable += "LongLogTag" | ||||||
|  | |||||||
| @ -50,6 +50,7 @@ android { | |||||||
|         } |         } | ||||||
|         create("googleplay") { |         create("googleplay") { | ||||||
|             initWith(getByName("release")) |             initWith(getByName("release")) | ||||||
|  |             matchingFallbacks += "release" | ||||||
|             buildConfigField("boolean", "IS_GOOGLE_PLAY", true.toString()) |             buildConfigField("boolean", "IS_GOOGLE_PLAY", true.toString()) | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user