Skip to content

Commit 71e3f68

Browse files
chore: bump KernelPatch version to 0.13.2, versionCode to 114268
1 parent 6ce11cc commit 71e3f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
alias(libs.plugins.kotlin.compose.compiler) apply false
55
}
66

7-
project.ext.set("kernelPatchVersion", "0.13.1")
7+
project.ext.set("kernelPatchVersion", "0.13.2")
88

99
val androidMinSdkVersion by extra(26)
1010
val androidTargetSdkVersion by extra(36)
@@ -34,7 +34,7 @@ fun getGitDescribe(): String {
3434
}
3535

3636
fun getVersionCode(): Int {
37-
return 114265
37+
return 114268
3838
}
3939

4040
fun getbranch(): String {

0 commit comments

Comments
 (0)