Skip to content

Commit

Permalink
fix: build app with Gradle 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogranzotto committed Apr 20, 2023
1 parent 4de438a commit 894d7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions espresso-server/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ android {
packagingOptions {
resources.excludes.add("META-INF/**")
}

namespace = "io.appium.espressoserver"
}

val kotlinVersion = rootProject.extra["appiumKotlin"]
Expand Down
3 changes: 1 addition & 2 deletions espresso-server/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.appium.espressoserver">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit 894d7d2

Please sign in to comment.