Skip to content

Commit

Permalink
🍋 add downloader feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dtboy1995 committed Feb 26, 2018
1 parent ab510d4 commit 401862b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
- add to your module gradle file

```gradle
compile 'com.github.dtboy1995:android-sex-cache:0.0.3'
compile 'com.github.dtboy1995:android-sex-cache:0.0.5'
```

# usage
Expand Down
1 change: 0 additions & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile project(':app')
}
15 changes: 5 additions & 10 deletions test/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.ithot.cache.test.MainActivity">
>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
android:text="Test case"
/>

</android.support.constraint.ConstraintLayout>
</LinearLayout>

0 comments on commit 401862b

Please sign in to comment.