Skip to content

Commit

Permalink
gh-actions doesn't like the newer gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Oct 19, 2023
1 parent 5418099 commit 41f2c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '8.1.2'
id 'com.android.application' version '7.4.2'
}

static def getDate() { return new Date().format('yyyyMMdd') }
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1697613347540
1697690411292

0 comments on commit 41f2c2e

Please sign in to comment.