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