Skip to content

Commit

Permalink
Another try to fix workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 5, 2023
1 parent c587559 commit d4dd9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext.r8Version = '4.0.63' // Newer versions only for Java 11+

allprojects {
group = 'de.femtopedia.dex2jar'
version = '2.4-SNAPSHOT'
version = project.findProperty('version') ?: '2.4-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit d4dd9e6

Please sign in to comment.