Skip to content

Commit eed01a8

Browse files
committed
Avoiding build error. Setting the archive base name.
1 parent 355794e commit eed01a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ android {
1616
versionCode 8
1717
versionName "1.0.6"
1818

19+
setProperty("archivesBaseName", "$applicationId-$versionName")
1920
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2021
}
2122

@@ -43,6 +44,11 @@ android {
4344
}
4445
}
4546
}
47+
48+
// TODO: remove this after targeting the latest SDK version
49+
lintOptions {
50+
disable "ExpiredTargetSdkVersion"
51+
}
4652
}
4753

4854
dependencies {

0 commit comments

Comments
 (0)