Planogram pdf and Category image mapping
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '25.0.0'
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.2'
|
||||
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
@@ -40,13 +40,17 @@ dependencies {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
|
||||
compile 'com.android.support:appcompat-v7:24.2.1'
|
||||
compile 'com.android.support:design:24.2.1'
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support:design:26.1.0'
|
||||
|
||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||
implementation 'com.android.support:recyclerview-v7:26.1.0'
|
||||
|
||||
compile 'com.google.android.gms:play-services-location:9.8.0'
|
||||
compile 'com.google.android.gms:play-services-maps:9.8.0'
|
||||
compile 'com.android.support:cardview-v7:24.2.1'
|
||||
|
||||
compile 'com.google.android.gms:play-services-appindexing:9.8.0'
|
||||
compile 'com.android.support:support-v4:24.2.1'
|
||||
|
||||
compile 'com.google.code.gson:gson:2.7'
|
||||
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha4'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user