[PR #280] [MERGED] Update Android Build Configuration #269

Closed
opened 2025-10-31 17:00:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/280
Author: @ricoberger
Created: 7/27/2025
Status: Merged
Merged: 7/27/2025
Merged by: @ricoberger

Base: mainHead: update-android-build-configuration


📝 Commits (1)

  • 45e530c Update Android Build Configuration

📊 Changes

8 files changed (+121 additions, -137 deletions)

View changed files

app/android/app/build.gradle (+0 -91)
app/android/app/build.gradle.kts (+73 -0)
app/android/build.gradle (+0 -18)
app/android/build.gradle.kts (+21 -0)
📝 app/android/gradle.properties (+1 -1)
📝 app/android/gradle/wrapper/gradle-wrapper.properties (+1 -1)
app/android/settings.gradle (+0 -26)
app/android/settings.gradle.kts (+25 -0)

📄 Description

  • Migrate Gradle build files from Groovy to Kotlin.
  • Update target sdk version to 35.

🔄 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/feeddeck/feeddeck/pull/280 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 7/27/2025 **Status:** ✅ Merged **Merged:** 7/27/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `update-android-build-configuration` --- ### 📝 Commits (1) - [`45e530c`](https://github.com/feeddeck/feeddeck/commit/45e530c5f3de0dd92ac6ed9ccfc049527771785c) Update Android Build Configuration ### 📊 Changes **8 files changed** (+121 additions, -137 deletions) <details> <summary>View changed files</summary> ➖ `app/android/app/build.gradle` (+0 -91) ➕ `app/android/app/build.gradle.kts` (+73 -0) ➖ `app/android/build.gradle` (+0 -18) ➕ `app/android/build.gradle.kts` (+21 -0) 📝 `app/android/gradle.properties` (+1 -1) 📝 `app/android/gradle/wrapper/gradle-wrapper.properties` (+1 -1) ➖ `app/android/settings.gradle` (+0 -26) ➕ `app/android/settings.gradle.kts` (+25 -0) </details> ### 📄 Description - Migrate Gradle build files from Groovy to Kotlin. - Update target sdk version to `35`. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:00:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#269