File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
main/java/it/niedermann/owncloud/notes/quicksettings Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212
1313 defaultConfig {
1414 applicationId " it.niedermann.owncloud.notes"
15- minSdkVersion 23
15+ minSdkVersion 24
1616 targetSdkVersion 33
1717 versionCode 40010000
1818 versionName " 4.1.0 Alpha1"
Original file line number Diff line number Diff line change 11package it .niedermann .owncloud .notes .quicksettings ;
22
3- import android .annotation .TargetApi ;
43import android .content .Intent ;
5- import android .os .Build ;
64import android .service .quicksettings .Tile ;
75import android .service .quicksettings .TileService ;
86
119/**
1210 * This {@link TileService} adds a quick settings tile that leads to the new note view.
1311 */
14- @ TargetApi (Build .VERSION_CODES .N )
1512public class NewNoteTileService extends TileService {
1613
1714 @ Override
Original file line number Diff line number Diff line change 1- sdk =23 , 30
1+ sdk =24 , 30
You can’t perform that action at this time.
0 commit comments