Skip to content

Commit

Permalink
chore(release): prepare for release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Oct 23, 2020
1 parent f17fe8b commit d277f8e
Show file tree
Hide file tree
Showing 81 changed files with 15,269 additions and 16,788 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## v3.0.1 (2020-10-23)

* Upgraded dependecies to be not version specific

### Bug Fixes

* Fix FragmentContainerView as parent ([#180](https://github.com/sjwall/MaterialTapTargetPrompt/pull/180)) ([@JMavrelos](https://github.com/JMavrelos))

## v3.0.0 (2019-08-18)

* Migrate to [AndroidX](https://developer.android.com/jetpack/androidx) ([#164](https://github.com/sjwall/MaterialTapTargetPrompt/issues/pull/164)) ([@virengujariya](https://github.com/virengujariya), [@liaowng](https://github.com/liaowng))

### Removed

* Remove android.app.Fragment and android.app.DialogFragment builder constructors.
* Remove android.app.Fragment and android.app.DialogFragment builder constructors.
These Fragments can still be used by passing `getActivity()` and `getDialog()` respectively.

## v2.15.0 (2019-06-23)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/sjwall/MaterialTapTargetPrompt/branch/master/graph/badge.svg)](https://codecov.io/gh/sjwall/MaterialTapTargetPrompt)
[![Maintainability](https://api.codeclimate.com/v1/badges/242b94ecd2d181b8298e/maintainability)](https://codeclimate.com/github/sjwall/MaterialTapTargetPrompt/maintainability)
[![Download](https://api.bintray.com/packages/sjwall/maven/material-tap-target-prompt/images/download.svg)](https://bintray.com/sjwall/maven/material-tap-target-prompt/_latestVersion)
[![JavaDoc](https://img.shields.io/badge/JavaDoc-3.0.0-brightgreen.svg)][4]
[![JavaDoc](https://img.shields.io/badge/JavaDoc-3.0.1-brightgreen.svg)][4]
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)

A Tap Target implementation in Android based on Material Design Onboarding guidelines. For more information on tap targets check out the [guidelines][1].
Expand All @@ -30,7 +30,7 @@ repositories {
}
dependencies {
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.0.0'
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.0.1'
}
```
Supports Android minSdkVersion 14
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ ext {
compileSdkVersion = 29
buildToolsVersion = '29.0.2'

versionCode = 59
versionName = '3.0.0'
versionCode = 60
versionName = '3.0.1'
}
42 changes: 0 additions & 42 deletions docs/javadoc/allclasses-frame.html

This file was deleted.

Loading

0 comments on commit d277f8e

Please sign in to comment.