Skip to content

Commit

Permalink
Revert CMake to 3.22.1 as 3.30.5 broke the JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Oct 16, 2024
1 parent 78ba65e commit ec93596
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
externalNativeBuild {
cmake {
path("src/main/cpp/CMakeLists.txt")
version = "3.30.5"
version = "3.22.1"
}
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android-minSdk = "23"
android-compileSdk = "35"
android-buildToolsVersion = "35.0.0"
android-ndkVersion = "28.0.12433566 rc1"
lib-version = "1.0.0-alpha23"
lib-version = "1.0.0-alpha24"
kotlin = "2.0.21"
rules = "1.6.1"
runner = "1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.30.5)
cmake_minimum_required(VERSION 3.22.1)

project(taglib)

Expand Down

0 comments on commit ec93596

Please sign in to comment.