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 032db99 commit 6546708Copy full SHA for 6546708
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "neth.iecal.questphone"
18
minSdk = 26
19
targetSdk = 36
20
- versionCode = 24
21
- versionName = "2.6.6"
+ versionCode = 27
+ versionName = "2.6.8"
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
24
}
@@ -45,7 +45,6 @@ android {
45
getDefaultProguardFile("proguard-android-optimize.txt"),
46
"proguard-rules.pro"
47
)
48
- signingConfig = signingConfigs.getByName("debug")
49
50
51
compileOptions {
0 commit comments