Skip to content

Commit 6137835

Browse files
author
Bootpay
committed
add secure module
1 parent fe5cde9 commit 6137835

File tree

481 files changed

+890
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

481 files changed

+890
-96
lines changed

bootpay/bootpay.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
<orderEntry type="library" scope="TEST" name="org.hamcrest:hamcrest-integration:1.3@jar" level="project" />
159159
<orderEntry type="library" scope="TEST" name="com.android.support.test:runner-0.5" level="project" />
160160
<orderEntry type="library" name="com.android.support:appcompat-v7-25.3.1" level="project" />
161-
<orderEntry type="library" name="com.chibatching.kotpref:kotpref-2.2.0" level="project" />
162161
<orderEntry type="library" name="org.jetbrains:annotations:13.0@jar" level="project" />
163162
<orderEntry type="library" scope="TEST" name="com.android.support.test.espresso:espresso-idling-resource-2.2.2" level="project" />
164163
<orderEntry type="library" scope="TEST" name="javax.annotation:javax.annotation-api:1.2@jar" level="project" />

bootpay/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies {
3131
implementation 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
3232
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
3333
implementation 'com.android.support:appcompat-v7:25.3.1'
34-
implementation "com.chibatching.kotpref:kotpref:2.2.0"
35-
// compile 'com.scottyab:secure-preferences-lib:0.1.4'
34+
// implementation 'com.chibatching.kotpref:kotpref:2.2.0'
35+
// implementation 'com.scottyab:secure-preferences-lib:0.1.4'
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.10"
3737
}
3838
repositories {

bootpay/build/generated/source/r/androidTest/debug/com/chibatching/kotpref/R.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

bootpay/build/generated/source/r/debug/com/chibatching/kotpref/R.java

Lines changed: 0 additions & 10 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bootpay/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed Jan 10 16:46:19 KST 2018
1+
#Wed Jan 10 19:17:00 KST 2018
22
/Users/jeonseung-il/.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.3.1.aar/392207ca76f944b0f2a3d2fbd0a64e88/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/Users/jeonseung-il/Dropbox/AndroidProjects/Bootpay/bootpay/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
33
/Users/jeonseung-il/.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.4.0.aar/2dbf9778e2a6cafb74273e6c04ef2742/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/Users/jeonseung-il/Dropbox/AndroidProjects/Bootpay/bootpay/build/intermediates/res/merged/androidTest/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
44
/Users/jeonseung-il/.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.4.0.aar/2dbf9778e2a6cafb74273e6c04ef2742/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_dark.png=/Users/jeonseung-il/Dropbox/AndroidProjects/Bootpay/bootpay/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
55.3 KB
Binary file not shown.
246 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)