diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser
index e76175f..6a7fc55 100644
Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 5cd135a..791dac0 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -11,6 +11,7 @@
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index e31ade1..3a35afd 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -4,6 +4,7 @@
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index aea6b91..d0ff257 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -52,6 +52,7 @@ android {
viewBinding.enabled = true
+ dynamicFeatures = [":tasksintegration"]
}
dependencies {
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a0a6719..c08588d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -182,4 +182,5 @@
This is a single developer project,\nso thank you for the support!
This is an open-source project, feel free to help.
Feedback and feature requests
+ Tasks Integration
diff --git a/settings.gradle b/settings.gradle
index 9ab0d5f..bc7a0af 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,2 +1,3 @@
rootProject.name='Another Widget'
include ':app'
+include ':tasksintegration'
diff --git a/tasksintegration/.gitignore b/tasksintegration/.gitignore
new file mode 100644
index 0000000..796b96d
--- /dev/null
+++ b/tasksintegration/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/tasksintegration/build.gradle b/tasksintegration/build.gradle
new file mode 100644
index 0000000..fc97adb
--- /dev/null
+++ b/tasksintegration/build.gradle
@@ -0,0 +1,21 @@
+apply plugin: 'com.android.dynamic-feature'
+
+android {
+ compileSdkVersion 29
+
+
+ defaultConfig {
+ minSdkVersion 23
+ targetSdkVersion 29
+ versionCode 1
+ versionName "1.0"
+
+ }
+
+
+}
+
+dependencies {
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ implementation project(':app')
+}
diff --git a/tasksintegration/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml b/tasksintegration/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml
index ebb6ad1..e71dd85 100644
--- a/tasksintegration/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml
+++ b/tasksintegration/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:dist="http://schemas.android.com/apk/distribution"
featureSplit="tasksintegration"
package="com.tommasoberlose.anotherwidget"
- android:versionCode="51"
- android:versionName="2.0.2" >
+ android:versionCode="54"
+ android:versionName="2.0.3" >
+ android:versionCode="54"
+ android:versionName="2.0.3" >
+6 android:versionCode="54"
+7 android:versionName="2.0.3" >
8
9
+ android:versionCode="54"
+ android:versionName="2.0.3" >
+ android:versionCode="54"
+ android:versionName="2.0.3" >
diff --git a/tasksintegration/src/main/AndroidManifest.xml b/tasksintegration/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..2c2fa4d
--- /dev/null
+++ b/tasksintegration/src/main/AndroidManifest.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+