Skip to content

Commit 05cfad7

Browse files
tobiasKaminskyAndyScherzinger
authored andcommitted
Set minSdkVersion to 24 + remove checks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent d404e3d commit 05cfad7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

app/src/main/java/it/niedermann/owncloud/notes/quicksettings/NewNoteTileService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package it.niedermann.owncloud.notes.quicksettings;
22

3-
import android.annotation.TargetApi;
43
import android.content.Intent;
5-
import android.os.Build;
64
import android.service.quicksettings.Tile;
75
import android.service.quicksettings.TileService;
86

@@ -11,7 +9,6 @@
119
/**
1210
* This {@link TileService} adds a quick settings tile that leads to the new note view.
1311
*/
14-
@TargetApi(Build.VERSION_CODES.N)
1512
public class NewNoteTileService extends TileService {
1613

1714
@Override

0 commit comments

Comments
 (0)