| 
									
										
										
										
											2021-03-03 21:03:49 +00:00
										 |  |  | apply plugin: 'com.android.library' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-11 18:16:51 +00:00
										 |  |  | repositories { | 
					
						
							|  |  |  |     mavenCentral() | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-03 21:03:49 +00:00
										 |  |  | android { | 
					
						
							|  |  |  |     buildToolsVersion BUILD_TOOL_VERSION | 
					
						
							|  |  |  |     compileSdkVersion COMPILE_SDK | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     defaultConfig { | 
					
						
							|  |  |  |         minSdkVersion MINIMUM_SDK | 
					
						
							|  |  |  |         targetSdkVersion TARGET_SDK | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     compileOptions { | 
					
						
							|  |  |  |         sourceCompatibility JAVA_VERSION | 
					
						
							|  |  |  |         targetCompatibility JAVA_VERSION | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-09-14 17:57:04 +00:00
										 |  |  |     implementation libs.androidx.appcompat | 
					
						
							| 
									
										
										
										
											2021-03-03 21:03:49 +00:00
										 |  |  |     implementation project(':core-util') | 
					
						
							| 
									
										
										
										
											2022-06-17 17:54:03 +00:00
										 |  |  |     implementation libs.libsignal.android | 
					
						
							| 
									
										
										
										
											2021-09-14 17:57:04 +00:00
										 |  |  |     api libs.greenrobot.eventbus | 
					
						
							| 
									
										
										
										
											2021-03-11 18:16:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-14 17:57:04 +00:00
										 |  |  |     testImplementation testLibs.junit.junit | 
					
						
							|  |  |  |     testImplementation testLibs.androidx.test.core | 
					
						
							|  |  |  |     testImplementation (testLibs.robolectric.robolectric) { | 
					
						
							| 
									
										
										
										
											2021-03-11 18:16:51 +00:00
										 |  |  |         exclude group: 'com.google.protobuf', module: 'protobuf-java' | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-09-14 17:57:04 +00:00
										 |  |  |     testImplementation testLibs.robolectric.shadows.multidex | 
					
						
							|  |  |  |     testImplementation testLibs.hamcrest.hamcrest | 
					
						
							| 
									
										
										
										
											2021-06-29 19:02:44 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     testImplementation(testFixtures(project(":libsignal-service"))) | 
					
						
							| 
									
										
										
										
											2021-03-03 21:03:49 +00:00
										 |  |  | } |