15 lines
		
	
	
		
			274 B
		
	
	
	
		
			C#
		
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			274 B
		
	
	
	
		
			C#
		
	
	
| 
								 | 
							
								public class APSAppLovinPackageConfig : AmazonPackageConfig
							 | 
						|||
| 
								 | 
							
								{
							 | 
						|||
| 
								 | 
							
								    public const string VERSION = "1.4.3";
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								    public override string Name
							 | 
						|||
| 
								 | 
							
								    {
							 | 
						|||
| 
								 | 
							
								        get { return "applovin_max"; }
							 | 
						|||
| 
								 | 
							
								    }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								    public override string Version
							 | 
						|||
| 
								 | 
							
								    {
							 | 
						|||
| 
								 | 
							
								        get { return VERSION; }
							 | 
						|||
| 
								 | 
							
								    }
							 | 
						|||
| 
								 | 
							
								}
							 |