Skip to content

Commit

Permalink
- use generated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed May 26, 2024
1 parent 76ff850 commit 8353f62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "android_studio"

workspace "android_studio_example"
configurations { "Debug", "Release" }
gradleversion "com.android.tools.build:gradle:8.0.0"
gradleversion "com.android.tools.build:gradle:8.0.2"
location ("build")

assetpacks
Expand All @@ -28,7 +28,8 @@ project "android_studio_example"
{
"cpp/**.*",
"java/**.*",
"manifest/**.*"

-- "manifest/**.*"
}

links
Expand Down

0 comments on commit 8353f62

Please sign in to comment.