Skip to content

Commit

Permalink
fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Jan 20, 2024
1 parent a4683bd commit 3e0d5d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion muzei-nationalgeographic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies {
android {
namespace = "de.msal.muzei.nationalgeographic"
compileSdk = 34
buildToolsVersion = "33.0.1"

defaultConfig {
applicationId = "de.msal.muzei.nationalgeographic"
Expand Down
3 changes: 1 addition & 2 deletions muzei-nationalgeographic/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.msal.muzei.nationalgeographic">
xmlns:tools="http://schemas.android.com/tools">

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

Expand Down

0 comments on commit 3e0d5d0

Please sign in to comment.