Skip to content

Commit

Permalink
- use wrapper properties
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed May 26, 2024
1 parent 02ff8eb commit 597fb23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.0
gradle-version: 8.0.2

- name: Build example
run: |
Expand Down
4 changes: 4 additions & 0 deletions example/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ workspace "android_studio_example"

androidnamespace "premake.andoid.studio"

gradlewrapper {
"distributionUrl=https://services.gradle.org/distributions/gradle-8.0.2-bin.zip"
}

project "android_studio_example"
kind "ConsoleApp"
language "C++"
Expand Down

0 comments on commit 597fb23

Please sign in to comment.