From da072f0e43c61d7305eaba84480b1d2bd7173dbc Mon Sep 17 00:00:00 2001 From: ioan-ghisoi-cko Date: Mon, 28 Jan 2019 17:13:14 +0000 Subject: [PATCH] Remove unnecessary theme parameters Update demo app appcompat Update volley --- .idea/caches/build_file_checksums.ser | Bin 594 -> 594 bytes .idea/misc.xml | 10 +++++++--- .idea/vcs.xml | 2 +- README.md | 6 +++--- android-sdk/build.gradle | 2 +- android-sdk/src/main/res/values/styles.xml | 3 --- app/build.gradle | 8 ++++---- .../.idea/caches/build_file_checksums.ser | Bin 541 -> 541 bytes demos/examples/.idea/misc.xml | 8 ++++++-- demos/examples/app/build.gradle | 10 +++++----- demos/googlepay_example/app/build.gradle | 4 ++-- 11 files changed, 29 insertions(+), 24 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index ed3caee6735cff5abb77ed2915b4d3bccf9620d2..bd5caab6e3376f46711ef8d5861137620128a24f 100644 GIT binary patch delta 83 zcmV-Z0IdJg1kwbMmj!5*Z+mI6oD~5OMUDIPn}5m19hP%j-1(hjlfeN~7pU_2@^F|w pC<9|CEw6HJ?{okVVQ_FSlWqYP5qaJ;s(+N=*zq&x0%!Iohj?YLCiDOR delta 83 zcmV-Z0IdJg1kwbMmj!1R7?wz}oD~5Oq=?@hFQn^@B01O|@6{E&lfeN~7mc}rx$Jws pl1P|VkP_&aM|1!XVQ_FSlWqYP5ui~a+~}73u!L;$^~P26BzW&~CS?Es diff --git a/.idea/misc.xml b/.idea/misc.xml index 99202cc2d..b0c7b20c8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,27 +5,31 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7f4..35eb1ddfb 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index 266cdce86..419161a9d 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ allprojects { dependencies { implementation 'com.android.support:design:27.1.1' implementation 'com.google.code.gson:gson:2.8.5' - implementation 'com.android.volley:volley:1.0.0' - implementation 'com.github.checkout:frames-android:v2.0.5' + implementation 'com.android.volley:volley:1.1.0' + implementation 'com.github.checkout:frames-android:v2.0.6' } ``` -> You can find more about the installation [here](https://jitpack.io/#checkout/frames-android/v2.0.5) +> You can find more about the installation [here](https://jitpack.io/#checkout/frames-android/v2.0.6) > Please keep in mind that the Jitpack repository should to be added to the project gradle file while the dependency should be added in the module gradle file. [(see more about gradle files)](https://developer.android.com/studio/build) diff --git a/android-sdk/build.gradle b/android-sdk/build.gradle index 230c531b1..8dc00086c 100755 --- a/android-sdk/build.gradle +++ b/android-sdk/build.gradle @@ -30,5 +30,5 @@ dependencies { androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' implementation 'com.android.support:design:27.1.1' implementation 'com.google.code.gson:gson:2.8.5' - implementation 'com.android.volley:volley:1.0.0' + implementation 'com.android.volley:volley:1.1.0' } diff --git a/android-sdk/src/main/res/values/styles.xml b/android-sdk/src/main/res/values/styles.xml index 0b65dab3a..c68b79c40 100755 --- a/android-sdk/src/main/res/values/styles.xml +++ b/android-sdk/src/main/res/values/styles.xml @@ -6,9 +6,6 @@ @color/colorPrimary @color/colorPrimaryDark @color/colorAccent - #000000 - #4050b5 - #000000