Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Release: prepare for version 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCodeCat committed Nov 21, 2024
1 parent f193a77 commit 06c3ff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "app.mlauncher"
minSdk = 23
targetSdk = 35
versionCode = 168
versionName = "1.6.8"
versionCode = 169
versionName = "1.6.9"
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
val kotlinVersion = "1.8.10"
extra ["kotlinVersion"] = kotlinVersion
extra["kotlinVersion"] = kotlinVersion
dependencies {
classpath(kotlin("gradle-plugin", version = kotlinVersion))

Expand All @@ -14,10 +14,10 @@ buildscript {

plugins {
id("com.android.application") version "8.7.2" apply false
id("com.android.library") version "8.7.1" apply false
id("com.android.library") version "8.7.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
}

tasks.register<Delete>("clean").configure {
delete(rootProject.buildDir)
}
}

0 comments on commit 06c3ff3

Please sign in to comment.