[Android] Add Gradle files to repository
ClosedPublic

Authored by sredman on Oct 26 2018, 6:17 PM.

Details

Summary

Gradle is automatically configured by Android Studio. However, the project is troublesome to build when using other tools. Per https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:adding_wrapper, the files added by this patch ought to be included in the repository

Test Plan

After applying this diff, it should be possible to clone a fresh repository and run ./gradlew build, resulting in an .apk in ./build/outputs/apk/*/

Diff Detail

Repository
R225 KDE Connect - Android application
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4214
Build 4232: arc lint + arc unit
sredman created this revision.Oct 26 2018, 6:17 PM
Restricted Application added a project: KDE Connect. · View Herald TranscriptOct 26 2018, 6:17 PM
Restricted Application added a subscriber: kdeconnect. · View Herald Transcript
sredman requested review of this revision.Oct 26 2018, 6:17 PM
nicolasfella accepted this revision.Oct 26 2018, 8:14 PM
This revision is now accepted and ready to land.Oct 26 2018, 8:14 PM
sredman updated this revision to Diff 44270.Oct 26 2018, 9:56 PM

Convert gradlew.bat to unix line endings. I wish Windows users the best of luck!

This revision was automatically updated to reflect the committed changes.