Skip to content

Commit 8428830

Browse files
committed
Build: Update mind sdk version to 24
A quick analysis showed that updating to 'minSdkVersion = 24' added two 'ObsoleteSdkInt' new warnings on the 'aztec' library module. All these newly created warnings will be dealt with in subsequent commits. Also, any existing such warnings will be resolved too.
1 parent a0ad436 commit 8428830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ subprojects {
6363
}
6464

6565
ext {
66-
minSdkVersion = 21
66+
minSdkVersion = 24
6767
compileSdkVersion = 28
6868
targetSdkVersion = 31
6969
}

0 commit comments

Comments
 (0)