Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jun 11, 2024
1 parent 73a92ce commit 686877f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions personalizatio-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'signing'
}

version='2.0.2'
version='2.0.1'

android {
compileSdkVersion 34
Expand Down Expand Up @@ -143,4 +143,4 @@ afterEvaluate {
tasks.javadoc.classpath += files(android.libraryVariants.collect { variant ->
variant.javaCompileProvider.get().classpath
})
}
}

0 comments on commit 686877f

Please sign in to comment.