Skip to content

Commit

Permalink
Merge pull request #23 from kinescope/fix/theme-crash
Browse files Browse the repository at this point in the history
App theme crash
  • Loading branch information
pavel-vorobyev authored Apr 23, 2024
2 parents 44d1eaa + afd4b6d commit 3100a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin-kinescope-player/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"

versionName "0.0.3"
versionName "0.0.4"
}

buildTypes {
Expand Down Expand Up @@ -69,7 +69,7 @@ afterEvaluate {

groupId = 'com.github.kinescope'
artifactId = 'kotlin-kinescope-player'
version = "0.0.3"
version = "0.0.4"
}
}
}
Expand Down

0 comments on commit 3100a8b

Please sign in to comment.