|  |  |  | @ -23,8 +23,8 @@ dependencies { | 
			
		
	
		
			
				
					|  |  |  |  |   compile fileTree(include: ['*.jar'], dir: 'libs') | 
			
		
	
		
			
				
					|  |  |  |  |   testCompile 'junit:junit:4.12' | 
			
		
	
		
			
				
					|  |  |  |  |   compile 'com.android.support:appcompat-v7:23.1.1' | 
			
		
	
		
			
				
					|  |  |  |  |     compile project(':AriaCompiler') | 
			
		
	
		
			
				
					|  |  |  |  | //  compile project(':AriaAnnotations') | 
			
		
	
		
			
				
					|  |  |  |  |   compile project(':AriaCompiler') | 
			
		
	
		
			
				
					|  |  |  |  |   //  compile project(':AriaAnnotations') | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
		
			
				
					|  |  |  |  | //apply from: 'jcenter.gradle' | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -56,12 +56,11 @@ dependencies { | 
			
		
	
		
			
				
					|  |  |  |  | //  } | 
			
		
	
		
			
				
					|  |  |  |  | //} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | publish { | 
			
		
	
		
			
				
					|  |  |  |  |   artifactId = 'aria-core' | 
			
		
	
		
			
				
					|  |  |  |  |   userOrg = rootProject.userOrg | 
			
		
	
		
			
				
					|  |  |  |  |   groupId = rootProject.groupId | 
			
		
	
		
			
				
					|  |  |  |  | //  uploadName = rootProject.uploadName | 
			
		
	
		
			
				
					|  |  |  |  |   //  uploadName = rootProject.uploadName | 
			
		
	
		
			
				
					|  |  |  |  |   uploadName = 'AriaApi' | 
			
		
	
		
			
				
					|  |  |  |  |   publishVersion = rootProject.publishVersion | 
			
		
	
		
			
				
					|  |  |  |  |   description = rootProject.description | 
			
		
	
	
		
			
				
					|  |  |  | 
 |