Skip to content

Commit

Permalink
Fix tasker plugin; bump version to 2.1.1
Browse files Browse the repository at this point in the history
Fixes #1503
  • Loading branch information
iSoron committed Sep 25, 2022
1 parent ec1f0c5 commit 11b0dd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
compileSdk = 31

defaultConfig {
versionCode = 20100
versionName = "2.1.0"
versionCode = 20101
versionName = "2.1.1"
minSdk = 23
targetSdk = 31
applicationId = "org.isoron.uhabits"
Expand Down
2 changes: 1 addition & 1 deletion uhabits-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<!-- Locale/Tasker -->
<receiver
android:name=".automation.FireSettingReceiver"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
</intent-filter>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
2.1.1:
* Fix tasker plugin

2.1:
* Add notes to specific dates
* Track at-most measurable habits
* Add skips to measurable habits
* Bring back custom frequencies
* Other minor improvements and bug fixes
* Other minor improvements and bug fixes

0 comments on commit 11b0dd7

Please sign in to comment.