Skip to content

Commit 13f4fde

Browse files
authored
Update README.md
1 parent 07f0ca0 commit 13f4fde

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,13 @@ For demonstration and experimentation, an apk of the sample project can be downl
1515
## Usage
1616

1717
The Gradle dependency is available through jCenter, which is used by default in Android Studio. To add the dependency to your project, copy this line into the dependencies section of your app's build.gradle file.
18-
19-
##### AndroidX
2018

21-
The Android support libraries are being refactored from `android.support.*` to `androidx.*` as detailed [here](https://developer.android.com/topic/libraries/support-library/androidx-overview). Until the refactored libraries reach version `1.0.0` (as of the time of writing the latest verison is `1.0.0-rc02`), two versions of Attribouter will be released - one for AndroidX, and one for old support libraries.
22-
2319
```gradle
24-
implementation 'me.jfenn:attribouter:0.1.3'
25-
```
26-
27-
##### Old Support Libraries
28-
29-
```gradle
30-
implementation 'me.jfenn:attribouter:0.1.2'
20+
implementation 'me.jfenn:attribouter:0.1.4'
3121
```
22+
##### Support Libraries
3223

24+
The Android support libraries have been refactored from `android.support.*` to `androidx.*` as detailed [here](https://developer.android.com/topic/libraries/support-library/androidx-overview). As such, Attribouter only uses the new dependencies. If your project still uses the older support libraries for some reason, you may either compile your own version of Attribouter or use the last version to use the old support libraries, `0.1.2`.
3325

3426
### Starting an Activity
3527
This is pretty simple.

0 commit comments

Comments
 (0)