Skip to content

Commit

Permalink
🎨 Enable jetifier
Browse files Browse the repository at this point in the history
enabled androdix and jetifier
  • Loading branch information
vaclav.souhrada committed Apr 30, 2020
1 parent 9fdd9b1 commit a39fb41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ org.gradle.jvmargs=-Xmx1536m
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

org.gradle.parallel=true

android.enableJetifier=true
android.useAndroidX=true

#Library version
groupId=cz.eman.logger
version=0.2.0

0 comments on commit a39fb41

Please sign in to comment.