Skip to content

Commit 6546708

Browse files
committed
bump version
1 parent 032db99 commit 6546708

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "neth.iecal.questphone"
1818
minSdk = 26
1919
targetSdk = 36
20-
versionCode = 24
21-
versionName = "2.6.6"
20+
versionCode = 27
21+
versionName = "2.6.8"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323

2424
}
@@ -45,7 +45,6 @@ android {
4545
getDefaultProguardFile("proguard-android-optimize.txt"),
4646
"proguard-rules.pro"
4747
)
48-
signingConfig = signingConfigs.getByName("debug")
4948
}
5049
}
5150
compileOptions {

0 commit comments

Comments
 (0)