Updates #1094
No reviewers
Labels
No Label
⌚ Major-release
⌚ Minor-release
⚔️ Wontfix
⚙️ CI
⛏️ Breaking
✨ Duplicate
❌ Invalid
❓ Question
❤️ Support
➡️ Frontport
➡️ Needs-frontport
🔙 Backport
💭 Brainstorming
🐛 Bug
🔭 Cannot-reproduce
🧺 Cleanup
🧾 Confirmed
💬 Discussion
📄 Documentation
🎯 Enhancement
🩹 External-dependecy
📱 F-droid
🎉 Feature
👋 Good-first-issue
🤾 Google-play
🔙 Has-backport
🚀 Improvement
🚨 Investigate
🌠 Long-term
🔙 Needs-backport
🧺 Needs-cleanup
📡 Needs-feedback
📈 Performance
📌 Priority-critical
📌 Priority-high
📍 Priority-low
📍 Priority-medium
🥑 Ready
🪒 Refactor
🔙 Regression
📸 Release
🔒 Security
💡 Suggestion
🧪 Testing
🌐 Translation
💻 UI/UX
🪜 Upstream
🟦 Website
🙇♂️ Needs-help
🛰️ API-dependency
🛡️ Blocked
🏗️ Build
🗒️ Changelog
🗄️ Repository
🗓️ Summary
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitnex/GitNex#1094
Loading…
Reference in New Issue
There is no content yet.
Delete Branch ":agp"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
basic gradle stuff
dependencies
Agpto UpdatesAny breaking changes which can introduce crashes to look into?
Stormpot (MD pool), but this should work fine. Commons io might be worth because previous version is from 2005 and maybe things have changed since then (e.g. try deleting cache). And acra has breaking changes too, but I think this will work.
Crash on opening issue/repo:
OK, will fix it later
@ -11,9 +14,6 @@ android {
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
dexOptions {
I know this is not really required, but last time I can't remember we added it bcz of some build process taking huge memory.
Does it not needed anymore in recent versions?
Yes, gradle warned me that this is not longer supported. (And it's working without)
@ -1,3 +1,6 @@
repositories {
Can you move this down below android?
I downgraded stormpot back because I didn't get it working. It looks like we are using Java 8, but stormpot 3.0+ requires Java 11 (see their changelog). We can upgrade once we moved completely to Java 11, however I wasn't able to get this working as well.