Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.6 Release #49

Merged
merged 13 commits into from
Jan 6, 2020
Prev Previous commit
Next Next commit
Update material to 1.1.0-beta02
Update material version to 1.1.0-beta02
Dhaval2404 committed Dec 17, 2019
commit 0720582c5fbfaf29ce7da6801e26af40f3efae6b
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ dependencies {

implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'com.google.android.material:material:1.1.0-beta02'
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.1'

testImplementation 'junit:junit:4.12'