|  |  |  | @ -9,7 +9,7 @@ android { | 
			
		
	
		
			
				
					|  |  |  |  |         targetSdkVersion rootProject.ext.targetSdkVersion | 
			
		
	
		
			
				
					|  |  |  |  |         versionCode rootProject.ext.versionCode | 
			
		
	
		
			
				
					|  |  |  |  |         versionName rootProject.ext.versionName | 
			
		
	
		
			
				
					|  |  |  |  |         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 
			
		
	
		
			
				
					|  |  |  |  |         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         externalNativeBuild { | 
			
		
	
		
			
				
					|  |  |  |  |             cmake { | 
			
		
	
	
		
			
				
					|  |  |  | @ -42,8 +42,8 @@ android { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | dependencies { | 
			
		
	
		
			
				
					|  |  |  |  |     implementation fileTree(include: ['*.jar'], dir: 'libs') | 
			
		
	
		
			
				
					|  |  |  |  |     implementation 'com.android.support:appcompat-v7:28.0.0' | 
			
		
	
		
			
				
					|  |  |  |  |     implementation 'com.android.support:recyclerview-v7:28.0.0' | 
			
		
	
		
			
				
					|  |  |  |  |     implementation 'androidx.appcompat:appcompat:1.1.0' | 
			
		
	
		
			
				
					|  |  |  |  |     implementation 'androidx.recyclerview:recyclerview:1.1.0-rc01' | 
			
		
	
		
			
				
					|  |  |  |  |     testImplementation 'junit:junit:4.12' | 
			
		
	
		
			
				
					|  |  |  |  |     implementation project(':Live') | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
	
		
			
				
					|  |  |  | 
 |