From 15fbca7f638efcbab2541b4ec8c1bf5184050f18 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 28 May 2018 14:57:58 +0300 Subject: [PATCH] Make it buildable, add read permission --- app/build.gradle | 3 ++- app/src/main/AndroidManifest.xml | 2 ++ .../example/shop_commodity/ShopCommodityDetailFragment.kt | 6 +++--- .../example/shop_commodity/ShopCommodityListActivity.kt | 8 ++++---- .../stock_commodity/StockCommodityDetailFragment.kt | 6 +++--- .../example/stock_commodity/StockCommodityListActivity.kt | 8 ++++---- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d92d7c5..fc44123 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,8 @@ dependencies { implementation 'com.android.support:design:26.1.0' implementation 'com.android.support:design:26.1.0' - implementation 'com.github.evotor:egais-api:38f9fabea9' +// implementation 'ru.evotor:egais-api:0.0.121-dev' + implementation 'com.github.evotor:egais-api:0.0.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0eaf874..4eecd33 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ + +