Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Disabling R8 full mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Dec 20, 2018
1 parent 27acf81 commit a52c743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/versioning.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data class Version(
object Versioning {
private const val major = 0
private const val minor = 0
private const val patch = 1
private const val patch = 2
private const val name = "$major.$minor.$patch"
private const val code = 100 * major + 10 * minor + patch

Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ org.gradle.caching=true
android.enableBuildCache=true
android.enableUnitTestBinaryResources=true
android.enableD8.desugaring = true
android.enableR8=true
android.enableR8.fullMode=true
android.enableR8=true

0 comments on commit a52c743

Please sign in to comment.