From 1edae2ce932faad8fdaa2e4a02b13b2950aff0d3 Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 28 Oct 2024 22:37:32 +0800 Subject: [PATCH] build: bump version 8 --- app/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 110cc95..0997df7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,7 +11,7 @@ android { applicationId = "app.septs.euiccprobe" minSdk = 21 targetSdk = 34 - versionCode = 7 + versionCode = 8 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/build.gradle.kts b/build.gradle.kts index 067c399..9c5e872 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.7.0" apply false + id("com.android.application") version "8.7.1" apply false id("org.jetbrains.kotlin.android") version "1.9.22" apply false } \ No newline at end of file