Skip to content

Commit 13f082b

Browse files
committed
kp: bump to 0.13.2
1 parent 23e473a commit 13f082b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/cpp/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MAJOR 0
22
#define MINOR 13
3-
#define PATCH 0
3+
#define PATCH 2

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)