Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jul 28, 2024
1 parent f3154b2 commit 9c7daa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logcatter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ plugins {

android {
namespace = "com.zaneschepke.logcatter"
compileSdk = 34
compileSdk = Constants.TARGET_SDK

defaultConfig {
minSdk = 26
minSdk = Constants.MIN_SDK

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down

0 comments on commit 9c7daa8

Please sign in to comment.