Skip to content

Commit c175596

Browse files
Update build.gradle.kts
Update Build Info
1 parent c6f3ed9 commit c175596

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ plugins {
99

1010
android {
1111
namespace = "com.github.droidworksstudio.mlauncher"
12-
compileSdk = 35
12+
compileSdk = 36
1313

1414
defaultConfig {
1515
applicationId = "app.mlauncher"
1616
minSdk = 26
17-
targetSdk = 35
18-
versionCode = 10809
19-
versionName = "1.8.9"
17+
targetSdk = 36
18+
versionCode = 101001
19+
versionName = "1.10.1"
2020
}
2121

2222
buildTypes {

0 commit comments

Comments
 (0)