Skip to content

Commit

Permalink
Lawnfeed: Downgrade SDK to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentFabulous committed Mar 26, 2021
1 parent 01b4351 commit c094fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
compileSdkVersion 29
buildToolsVersion "29.0.2"

signingConfigs {
travis {
Expand All @@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId "app.lawnchair.lawnfeed"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 29

if (System.getenv("TRAVIS") == "true") {
versionCode = Integer.valueOf(System.getenv("TRAVIS_BUILD_NUMBER"))
Expand Down

0 comments on commit c094fe5

Please sign in to comment.