Skip to content

Commit

Permalink
Build r8 together with moe
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jul 21, 2022
1 parent bbda371 commit f740621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-all.zip
6 changes: 1 addition & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@ includeFlat 'moe.tools.common'
includeFlat 'moe.tools.natjgen'
includeFlat 'moe.tools.classvalidator'

include 'proguard-core', 'proguard', 'proguard:base', 'proguard:app'
project(':proguard-core').projectDir = new File('../../../external/proguard/proguard-core')
project(':proguard').projectDir = new File('../../../external/proguard/proguard')
project(':proguard:base').projectDir = new File('../../../external/proguard/proguard/base')
project(':proguard:app').projectDir = new File('../../../external/proguard/proguard/proguard-app')
includeBuild '../../../external/r8'

0 comments on commit f740621

Please sign in to comment.