Skip to content

Commit 55b5e26

Browse files
committed
updates
1 parent df4839a commit 55b5e26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

TutorialWidgetSolution/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-15
11+
target=android-17

de.vogella.android.widget.example/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-16
11+
target=android-17

de.vogella.android.widget.example/src/de/vogella/android/widget/example/MyWidgetProviderSimple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ public void onUpdate(Context context, AppWidgetManager appWidgetManager,
4747
appWidgetManager.updateAppWidget(widgetId, remoteViews);
4848
}
4949
}
50-
}
50+
}|

0 commit comments

Comments
 (0)