Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #123 from material-foundation/test_release_proguard
Browse files Browse the repository at this point in the history
Improve dependency clutter while still not breaking proguard
  • Loading branch information
miguelandres authored Feb 14, 2017
2 parents e6eacb6 + 4ba6102 commit c620272
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.6

- Fix Proguarding issue with bad instructions for onboarding.

# 0.6.5

- Test improvements for Robolectric, styles are now supported
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The project is defined as a gradle project with submodules.

__Disclaimer:__ Remixer still hasn't reached a stage that we consider is stable enough to commit to the current status of the API, it will be evolving quickly and we may commit breaking changes every once in a while. _That said_, we would love to have you try it out and tell us what you think is missing and what you'd like us to focus on.

You can read our [javadoc for the current release (0.6.5)](https://jitpack.io/com/github/material-foundation/material-remixer-android/remixer/0.6.5/javadoc/index.html) and the [javadoc for HEAD](https://jitpack.io/com/github/material-foundation/material-remixer-android/remixer/develop-SNAPSHOT/javadoc/index.html) generated by jitpack.
You can read our [javadoc for the current release (0.6.6)](https://jitpack.io/com/github/material-foundation/material-remixer-android/remixer/0.6.6/javadoc/index.html) and the [javadoc for HEAD](https://jitpack.io/com/github/material-foundation/material-remixer-android/remixer/develop-SNAPSHOT/javadoc/index.html) generated by jitpack.

### Set up dependencies

Expand Down Expand Up @@ -61,10 +61,8 @@ And in your modules, apply the `android-apt` plugin and add the remixer dependen
apply plugin: 'android-apt'
dependencies {
compile 'com.github.material-foundation.material-remixer-android:remixer_core:0.6.5'
compile 'com.github.material-foundation.material-remixer-android:remixer_ui:0.6.5'
compile 'com.github.material-foundation.material-remixer-android:remixer_storage:0.6.5'
provided 'com.github.material-foundation.material-remixer-android:remixer_annotation:0.6.5'
compile 'com.github.material-foundation.material-remixer-android:remixer:0.6.6'
provided 'com.github.material-foundation.material-remixer-android:remixer_annotation:0.6.6'
}
```

Expand Down
1 change: 0 additions & 1 deletion remixer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ android {
}

dependencies {
compile project(':remixer_annotation')
compile project(':remixer_core')
compile project(':remixer_storage')
compile project(':remixer_ui')
Expand Down
4 changes: 1 addition & 3 deletions remixer_example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ android {

dependencies {
compile "com.android.support:appcompat-v7:$rootProject.ext.supportLibraryVersion"
compile project(':remixer_ui')
compile project(':remixer_core')
compile project(':remixer_storage')
compile project(':remixer')
provided project(':remixer_annotation')
}

Expand Down

0 comments on commit c620272

Please sign in to comment.