mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 01:39:49 +00:00
Add camera preview to message composition
This commit is contained in:

committed by
Moxie Marlinspike

parent
13eed3baa7
commit
c4a37e38ab
@@ -29,6 +29,9 @@ repositories {
|
||||
maven { // textdrawable
|
||||
url 'https://dl.bintray.com/amulyakhare/maven'
|
||||
}
|
||||
maven {
|
||||
url 'https://repo.commonsware.com.s3.amazonaws.com'
|
||||
}
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
}
|
||||
@@ -69,6 +72,7 @@ dependencies {
|
||||
exclude group: 'com.android.support', module: 'support-v4'
|
||||
}
|
||||
compile 'com.madgag.spongycastle:prov:1.51.0.0'
|
||||
compile 'com.commonsware.cwac:camera:0.6.+'
|
||||
provided 'com.squareup.dagger:dagger-compiler:1.2.2'
|
||||
|
||||
compile 'org.whispersystems:jobmanager:0.11.0'
|
||||
|
Reference in New Issue
Block a user