Skip to content

Commit fe10dfc

Browse files
committed
android: make cmake version a minimum
I could not figure out how to install 3.31.6 in my Android Studio, but later versions also work fine.
1 parent 6b2e124 commit fe10dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/android/BitBoxApp/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
externalNativeBuild {
3232
cmake {
3333
path file('src/main/cpp/CMakeLists.txt')
34-
version '3.31.6'
34+
version '3.31.6+'
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)