summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-03 15:29:07 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-03 15:29:07 +0100
commita5ca356e46df7e175c4c24a25b00c38c0954572f (patch)
tree26e025e27eaeb6715c2d615a8ebeb15e6ec85da2 /app
parent8132297dd9d3845e6e1670b20c482b9674424f7b (diff)
Added PhotoView library, moved Otto library to gradle config
Diffstat (limited to 'app')
-rw-r--r--app/app.iml1
-rw-r--r--app/build.gradle4
2 files changed, 4 insertions, 1 deletions
diff --git a/app/app.iml b/app/app.iml
index 1576984..ad43377 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -61,6 +61,7 @@
</content>
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" exported="" name="library-1.2.3" level="project" />
<orderEntry type="library" exported="" name="support-v4-19.1.0" level="project" />
<orderEntry type="library" exported="" name="otto-1.3.5" level="project" />
</component>
diff --git a/app/build.gradle b/app/build.gradle
index b522f85..cf01a63 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -23,5 +23,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:support-v4:19.+'
- compile files('libs/otto-1.3.5.jar')
+ compile 'com.squareup:otto:1.3.5'
+ compile 'com.github.chrisbanes.photoview:library:1.2.3'
+
}