From 597880e807a9eb051ac12ed60a0b34bf1d62922a Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Sat, 28 Feb 2026 18:42:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build.gradle=20=EB=B2=84=EC=A0=84=201.2.?= =?UTF-8?q?5=EB=A1=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - versionCode: 1124 → 1125 - versionName: 1.2.4 → 1.2.5 - 무한 업데이트 버그 수정 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/build.gradle.kts | 5 +++-- gradlew | 0 keystore.properties | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) mode change 100644 => 100755 gradlew diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c0b4c1e..041ff75 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,9 @@ android { applicationId = "com.example.shiftalarm" minSdk = 26 targetSdk = 35 - versionCode = 1124 - versionName = "1.2.4" + versionCode = 1125 + versionName = "1.2.5" + testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/keystore.properties b/keystore.properties index c432ea9..ec45784 100644 --- a/keystore.properties +++ b/keystore.properties @@ -1,6 +1,6 @@ -# Release signing configuration -# You should keep this file out of version control -storePassword=my-password -keyAlias=my-alias -keyPassword=my-password -storeFile=../release.jks +# Release signing configuration +# You should keep this file out of version control +storePassword=my-password +keyAlias=my-alias +keyPassword=my-password +storeFile=../release.jks