Skip to content

Commit

Permalink
build: bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed May 7, 2023
1 parent 4b9bd35 commit a4f9591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libmpv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
android {
namespace = "dev.jdtech.mpv"
compileSdk = 33
buildToolsVersion = "33.0.1"
ndkVersion = "25.1.8937393"
buildToolsVersion = "33.0.2"
ndkVersion = "25.2.9519653"

defaultConfig {
minSdk = 26
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
extra.apply {
set("PUBLISH_GROUP_ID", "dev.jdtech.mpv")
set("PUBLISH_ARTIFACT_ID", "libmpv")
set("PUBLISH_VERSION", "0.1.1")
set("PUBLISH_VERSION", "0.1.2")
}

apply {
Expand Down

0 comments on commit a4f9591

Please sign in to comment.