Skip to content

Commit

Permalink
軽微な修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed May 14, 2024
1 parent 1ea90e7 commit 3221dd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions DchaSetupWizard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
}

android {
//noinspection GradleDependency
compileSdk 33
buildToolsVersion "30.0.3"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package jp.co.benesse.dcha.setupwizard;

import android.annotation.SuppressLint;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
Expand All @@ -9,7 +8,6 @@
import android.widget.RemoteViews;

public class StartWidget extends AppWidgetProvider {
@SuppressLint("UnspecifiedImmutableFlag")
public void onUpdate (Context c, AppWidgetManager appWidgetManager, int[] appWidgetIds) {
RemoteViews remoteViews = new RemoteViews(c.getPackageName(), R.layout.widget);
Intent p = new Intent(Intent.ACTION_MAIN);
Expand Down
1 change: 1 addition & 0 deletions FirmwareUpdate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
}

android {
//noinspection GradleDependency
compileSdk 33
buildToolsVersion "30.0.3"

Expand Down

0 comments on commit 3221dd4

Please sign in to comment.