Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 4cb41b8

Browse files
committed
fix: support android 7 (closes #66)
1 parent ac746f9 commit 4cb41b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId = "app.suhasdissa.vibeyou"
14-
minSdk = 26
14+
minSdk = 24
1515
targetSdk = 34
1616
versionCode = 1
1717
versionName = "1.0"

0 commit comments

Comments
 (0)