Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from spotify/min-sdk-21
Browse files Browse the repository at this point in the history
Decrease minSDK to 21
  • Loading branch information
nickybondarenko authored Jun 26, 2023
2 parents d160194 + ee4a182 commit 76a8403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenFeature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
compileSdk = 33

defaultConfig {
minSdk = 26
minSdk = 21
version = "0.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 76a8403

Please sign in to comment.