[PR #4] [CLOSED] Create gradle.yml #3

Closed
opened 2025-10-27 18:50:27 +01:00 by OMGeeky · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OMGeeky/andors-trail/pull/4
Author: @OMGeeky
Created: 10/10/2022
Status: Closed

Base: masterHead: OMGeeky-patch-3


📝 Commits (6)

  • 8275f01 Removed .idea files
  • 79a1416 Removed local specific file
  • f9a752a Fixed problems with older Android versions (below Android 7)
  • 8e60423 Added 'exported="true"' to the launch activity and removed redundant lines from AndroidManifest.xml
  • 5b4b537 Merge branch 'fix-older-android-versions'
  • 96b43ad Create gradle.yml

📊 Changes

9 files changed (+39 additions, -80 deletions)

View changed files

.github/workflows/gradle.yml (+34 -0)
📝 AndorsTrail/.gitignore (+3 -0)
AndorsTrail/.idea/compiler.xml (+0 -6)
AndorsTrail/.idea/gradle.xml (+0 -20)
AndorsTrail/.idea/jarRepositories.xml (+0 -25)
AndorsTrail/.idea/misc.xml (+0 -10)
AndorsTrail/.idea/vcs.xml (+0 -6)
📝 AndorsTrail/app/src/main/AndroidManifest.xml (+2 -6)
AndorsTrail/local.properties (+0 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OMGeeky/andors-trail/pull/4 **Author:** [@OMGeeky](https://github.com/OMGeeky) **Created:** 10/10/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `OMGeeky-patch-3` --- ### 📝 Commits (6) - [`8275f01`](https://github.com/OMGeeky/andors-trail/commit/8275f0110add1512313dec53c2a205c38086710c) Removed .idea files - [`79a1416`](https://github.com/OMGeeky/andors-trail/commit/79a14166163fcb2b8c91fcb58631776ec1751261) Removed local specific file - [`f9a752a`](https://github.com/OMGeeky/andors-trail/commit/f9a752ab8a2ae3ff18dda0458fbd940b90382f9a) Fixed problems with older Android versions (below Android 7) - [`8e60423`](https://github.com/OMGeeky/andors-trail/commit/8e604237355c79f917f2f170d7555705fb4bdb51) Added 'exported="true"' to the launch activity and removed redundant lines from AndroidManifest.xml - [`5b4b537`](https://github.com/OMGeeky/andors-trail/commit/5b4b537028c9c379d489c74ca6f3658a58390424) Merge branch 'fix-older-android-versions' - [`96b43ad`](https://github.com/OMGeeky/andors-trail/commit/96b43adf3cc536e19079e74e7c80bd1b03e286c4) Create gradle.yml ### 📊 Changes **9 files changed** (+39 additions, -80 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/gradle.yml` (+34 -0) 📝 `AndorsTrail/.gitignore` (+3 -0) ➖ `AndorsTrail/.idea/compiler.xml` (+0 -6) ➖ `AndorsTrail/.idea/gradle.xml` (+0 -20) ➖ `AndorsTrail/.idea/jarRepositories.xml` (+0 -25) ➖ `AndorsTrail/.idea/misc.xml` (+0 -10) ➖ `AndorsTrail/.idea/vcs.xml` (+0 -6) 📝 `AndorsTrail/app/src/main/AndroidManifest.xml` (+2 -6) ➖ `AndorsTrail/local.properties` (+0 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OMGeeky added the
pull-request
label 2025-10-27 18:50:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OMGeeky/andors-trail#3
No description provided.