We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726d85e commit 5123886Copy full SHA for 5123886
CHANGELOG.md
@@ -9,7 +9,9 @@ Prepend the changelog with this template on every release.
9
10
-->
11
12
-## [Unreleased]
+# [Unreleased]
13
+
14
+## [1.14.0] - Released August 16, 2024
15
- Modernize project build files (#407)
16
- Enable edge to edge on sample app (#407)
17
- Add setDrawBehindStatusBar and setDrawBehindNavigationBar (#407)
gradle.properties
@@ -2,7 +2,7 @@ android.enableJetifier=true
2
android.useAndroidX=true
3
4
GROUP=com.getkeepsafe.taptargetview
5
-VERSION_NAME=1.13.3
+VERSION_NAME=1.14.0
6
POM_ARTIFACT_ID=taptargetview
7
8
POM_NAME=TapTargetView
0 commit comments