1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

Android: init document edit activity

This commit is contained in:
jendib
2014-11-26 23:30:25 +01:00
parent 5666d9b8b5
commit 2837b21a86
13 changed files with 192 additions and 274 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.4'
classpath 'com.android.tools.build:gradle:1.0.0-rc1'
}
}
apply plugin: 'com.android.application'
@@ -36,5 +36,5 @@ dependencies {
compile 'com.loopj.android:android-async-http:1.4.6'
compile 'it.sephiroth.android.library.imagezoom:imagezoom:1.0.5'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.shamanland:fab:0.0.5'
compile 'com.shamanland:fab:0.0.6'
}