diff --git a/.idea/misc.xml b/.idea/misc.xml index cd2f3a654d..703e5d4b89 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,41 +5,6 @@ - - - - diff --git a/app/build.gradle b/app/build.gradle index 0774bfbd9b..eef0226f8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,11 +45,13 @@ android { dependencies { implementation project(':card-common') -// implementation 'com.github.TangemCash.card_android-common:card_android-android:0.1.0' - implementation project(':card-android') implementation project(':server-android') +// implementation 'com.github.TangemCash:card-common:0.1.2' +// implementation 'com.github.TangemCash:card-android:0.1.3' +// implementation 'com.github.TangemCash:server-android:0.1.3' + implementation 'androidx.appcompat:appcompat:1.1.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' diff --git a/server-android/src/main/res/drawable/hand_card_horizontal.png b/server-android/src/main/res/drawable/hand_card_horizontal.png deleted file mode 100644 index 9cc8b14ad6..0000000000 Binary files a/server-android/src/main/res/drawable/hand_card_horizontal.png and /dev/null differ diff --git a/server-android/src/main/res/drawable/hand_card_vertical.png b/server-android/src/main/res/drawable/hand_card_vertical.png deleted file mode 100644 index 8b0a7ee8d9..0000000000 Binary files a/server-android/src/main/res/drawable/hand_card_vertical.png and /dev/null differ