Skip to content

Commit 2a01764

Browse files
committed
tunnel: also bump the minsdk of this module
Fixes: 3b6ab66 ("ui: raise min SDK to 24") Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 parent 3f30378 commit 2a01764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tunnel/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
}
2020
namespace = "${pkg}.tunnel"
2121
defaultConfig {
22-
minSdk = 21
22+
minSdk = 24
2323
}
2424
externalNativeBuild {
2525
cmake {

0 commit comments

Comments
 (0)