We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f3ed9 commit c175596Copy full SHA for c175596
app/build.gradle.kts
@@ -9,14 +9,14 @@ plugins {
9
10
android {
11
namespace = "com.github.droidworksstudio.mlauncher"
12
- compileSdk = 35
+ compileSdk = 36
13
14
defaultConfig {
15
applicationId = "app.mlauncher"
16
minSdk = 26
17
- targetSdk = 35
18
- versionCode = 10809
19
- versionName = "1.8.9"
+ targetSdk = 36
+ versionCode = 101001
+ versionName = "1.10.1"
20
}
21
22
buildTypes {
0 commit comments