File tree 3 files changed +2
-5
lines changed
main/java/it/niedermann/owncloud/notes/quicksettings
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
12
12
13
13
defaultConfig {
14
14
applicationId " it.niedermann.owncloud.notes"
15
- minSdkVersion 23
15
+ minSdkVersion 24
16
16
targetSdkVersion 33
17
17
versionCode 40010000
18
18
versionName " 4.1.0 Alpha1"
Original file line number Diff line number Diff line change 1
1
package it .niedermann .owncloud .notes .quicksettings ;
2
2
3
- import android .annotation .TargetApi ;
4
3
import android .content .Intent ;
5
- import android .os .Build ;
6
4
import android .service .quicksettings .Tile ;
7
5
import android .service .quicksettings .TileService ;
8
6
11
9
/**
12
10
* This {@link TileService} adds a quick settings tile that leads to the new note view.
13
11
*/
14
- @ TargetApi (Build .VERSION_CODES .N )
15
12
public class NewNoteTileService extends TileService {
16
13
17
14
@ 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