Planogram pdf and Category image mapping

This commit is contained in:
yadavendras
2018-01-31 15:43:49 +05:30
parent 4da796f77a
commit d53bca0e29
27 changed files with 1423 additions and 94 deletions
+3 -1
View File
@@ -2,10 +2,11 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -14,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}