Skip to content

Commit

Permalink
chore(release): prepare for release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Nov 6, 2021
1 parent 96aedb6 commit 45f093f
Show file tree
Hide file tree
Showing 57 changed files with 22,495 additions and 21,410 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v3.3.1 (2021-11-06)

### Bug Fixes

* Add Xfer mode to paint, so the text pixels are only drawn when the background reaches them ([#200](https://github.com/sjwall/MaterialTapTargetPrompt/pull/200) [#146](https://github.com/sjwall/MaterialTapTargetPrompt/issues/146)) ([@danilodanicomendes](https://github.com/danilodanicomendes)))

## v3.3.0 (2021-07-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<img alt="Download" src="https://img.shields.io/maven-central/v/uk.co.samuelwall/material-tap-target-prompt">
</a>
<a href="https://sjwall.github.io/MaterialTapTargetPrompt/javadoc">
<img alt="JavaDoc" src="https://img.shields.io/badge/JavaDoc-3.3.0-brightgreen.svg">
<img alt="JavaDoc" src="https://img.shields.io/badge/JavaDoc-3.3.1-brightgreen.svg">
</a>
<a href="https://github.com/sjwall/MaterialTapTargetPrompt/blob/master/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/sjwall/MaterialTapTargetPrompt">
Expand Down Expand Up @@ -63,7 +63,7 @@ Add the following to `build.gradle` using Maven Central:

```groovy
dependencies {
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.0'
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.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 @@ -46,6 +46,6 @@ ext {
compileSdkVersion = 30
buildToolsVersion = '30.0.3'

versionCode = 64
versionName = '3.3.0'
versionCode = 65
versionName = '3.3.1'
}
23 changes: 19 additions & 4 deletions docs/javadoc/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
<!--
~ Copyright (C) 2016-2021 Samuel Wall
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (material-tap-target-prompt 3.3.0 API)</title>
<title>All Classes (material-tap-target-prompt 3.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -13,15 +29,14 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (material-tap-target-prompt 3.3.0 API)";
parent.document.title="All Classes (material-tap-target-prompt 3.3.1 API)";
}
}
catch(err) {
Expand Down
21 changes: 18 additions & 3 deletions docs/javadoc/allclasses.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
<!--
~ Copyright (C) 2016-2021 Samuel Wall
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (material-tap-target-prompt 3.3.0 API)</title>
<title>All Classes (material-tap-target-prompt 3.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -13,8 +29,7 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
Expand Down
23 changes: 19 additions & 4 deletions docs/javadoc/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
<!--
~ Copyright (C) 2016-2021 Samuel Wall
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Packages (material-tap-target-prompt 3.3.0 API)</title>
<title>All Packages (material-tap-target-prompt 3.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -13,15 +29,14 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (material-tap-target-prompt 3.3.0 API)";
parent.document.title="All Packages (material-tap-target-prompt 3.3.1 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 45f093f

Please sign in to comment.