Skip to content

Commit

Permalink
Fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Mar 6, 2024
1 parent 767286b commit b34abbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android {
defaultConfig {
applicationId = "com.heinrichreimersoftware.materialintro.demo"
minSdk = 15
targetSdk = 29
versionCode = 20000
versionName = gitVersion()
}
Expand All @@ -34,7 +33,7 @@ android {
}

dataBinding {
isEnabled = true
enable = true
}
}

Expand Down
5 changes: 0 additions & 5 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ plugins {
id("com.palantir.git-version")
}

val gitVersion: groovy.lang.Closure<String> by extra

android {
namespace = "com.heinrichreimersoftware.materialintro"

compileSdk = 29

defaultConfig {
minSdk = 15
targetSdk = 29
versionCode = 20000
versionName = gitVersion()
}

lint {
Expand Down

0 comments on commit b34abbb

Please sign in to comment.