diff options
| author | 2021-05-15 18:50:57 +0700 | |
|---|---|---|
| committer | 2021-05-15 12:50:57 +0100 | |
| commit | 63c99e84f0f4fc9d2d280d4d943d4f01d33377b5 (patch) | |
| tree | e23ce1b487d7de7f6386974af7c93cfbb711c635 | |
| parent | Bump version (diff) | |
| download | enigma-fork-63c99e84f0f4fc9d2d280d4d943d4f01d33377b5.tar.gz enigma-fork-63c99e84f0f4fc9d2d280d4d943d4f01d33377b5.tar.xz enigma-fork-63c99e84f0f4fc9d2d280d4d943d4f01d33377b5.zip | |
Bump cfr and gradle wrapper (#389)
Co-authored-by: liach <liach@users.noreply.github.com>
| -rw-r--r-- | enigma/build.gradle | 2 | ||||
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle index 87ddf12..7b7f1e0 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle | |||
| @@ -9,7 +9,7 @@ dependencies { | |||
| 9 | implementation 'org.ow2.asm:asm-util:9.1' | 9 | implementation 'org.ow2.asm:asm-util:9.1' |
| 10 | 10 | ||
| 11 | implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' | 11 | implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' |
| 12 | implementation 'net.fabricmc:cfr:0.0.2' | 12 | implementation 'net.fabricmc:cfr:0.0.3' |
| 13 | 13 | ||
| 14 | proGuard 'com.guardsquare:proguard-base:7.1.0-beta1' | 14 | proGuard 'com.guardsquare:proguard-base:7.1.0-beta1' |
| 15 | } | 15 | } |
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 442d913..0f80bbf 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | distributionBase=GRADLE_USER_HOME | 1 | distributionBase=GRADLE_USER_HOME |
| 2 | distributionPath=wrapper/dists | 2 | distributionPath=wrapper/dists |
| 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip | 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip |
| 4 | zipStoreBase=GRADLE_USER_HOME | 4 | zipStoreBase=GRADLE_USER_HOME |
| 5 | zipStorePath=wrapper/dists | 5 | zipStorePath=wrapper/dists |