Skip to content

Commit

Permalink
Bump tested API version to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbb committed Sep 28, 2020
1 parent 8cacc69 commit 99c4c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
resConfigs "en", "es", "fr", "sk", "nl", "it", "zh"
vectorDrawables.useSupportLibrary = true

buildConfigField "float", "TESTED_API_VERSION", "29.0f"
buildConfigField "float", "TESTED_API_VERSION", "30.0f"
buildConfigField "String", "SUPPORT_APPLICATION_ID", "\"com.farmerbb.secondscreen.support\""
buildConfigField "long", "TIMESTAMP", "${System.currentTimeMillis()}L"
}
Expand Down

0 comments on commit 99c4c42

Please sign in to comment.