Skip to content

Commit

Permalink
bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Dec 19, 2024
1 parent 5680d7c commit 3ec7058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dexkit-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("com.android.library")
id("com.vanniktech.maven.publish") version "0.25.3"
id("com.vanniktech.maven.publish") version "0.30.0"
id("org.jetbrains.kotlin.android")
id("org.jetbrains.dokka")
id("signing")
}

def KDockRepoName = "LuckyPray/DexKit-Doc"

def libVersion = "2.0.2"
def libVersion = "2.0.3"

android {
namespace = "org.luckypray.dexkit"
Expand Down

0 comments on commit 3ec7058

Please sign in to comment.