fix: signing issue (#279)

This commit is contained in:
Zane Schepke
2024-07-28 02:13:18 -04:00
committed by GitHub
parent 7c15943a81
commit 470fa0191b
5 changed files with 20 additions and 17 deletions
+2 -2
View File
@@ -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")