Skip to content

Commit

Permalink
Merge pull request #10 from kinescope/fix/protobuf-minsdk-version
Browse files Browse the repository at this point in the history
Min SDK version 21
  • Loading branch information
pavel-vorobyev authored Mar 29, 2024
2 parents 86c692e + 763c009 commit 8a6335a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Kinescope Player SDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ android {
compileSdk 33

defaultConfig {
minSdk 26
minSdk 21
targetSdk 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"

versionName "0.2"
versionName "0.2.0"
}

buildTypes {
Expand Down Expand Up @@ -58,7 +58,7 @@ protobuf {

configurations.all {
resolutionStrategy {
force("com.google.protobuf:protobuf-javalite:3.25.3")
force("com.google.protobuf:protobuf-java:3.25.3")
}
}

Expand All @@ -84,6 +84,5 @@ dependencies {
implementation "androidx.media3:media3-ui:$media3Version"

implementation 'com.squareup.picasso:picasso:2.8'

implementation "androidx.datastore:datastore-core:1.0.0"
}
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 8a6335a

Please sign in to comment.