File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ android {
7777 productFlavors {
7878 production {
7979 dimension " default"
80- applicationId " com.ccextractor.taskwarrior "
80+ applicationId " com.ccextractor.taskwarriorflutter "
8181 signingConfig keystoreProperties. isEmpty() ? signingConfigs. debug : signingConfigs. production
8282 }
8383 nightly {
8484 dimension " default"
85- applicationId " com.ccextractor.taskwarrior .nightly"
85+ applicationId " com.ccextractor.taskwarriorflutter .nightly"
8686 versionNameSuffix " -nightly"
8787 signingConfig nightlyKeystoreProperties. isEmpty() ? signingConfigs. debug : signingConfigs. nightly
8888 }
Original file line number Diff line number Diff line change 3838 </intent-filter >
3939 </activity >
4040
41- <receiver android : name =" TaskWarriorWidgetProvider"
41+ <receiver android : name =" . TaskWarriorWidgetProvider"
4242 android : exported =" true" >
4343 <intent-filter >
4444 <action android : name =" android.appwidget.action.APPWIDGET_UPDATE" />
You can’t perform that action at this time.
0 commit comments