This repository is a fork of the JGit project, modified to use Gradle for build management and stripped down to include only the core code. The testing components and some monitoring features have been removed for simplicity. The project is now fully compatible with Android API level 26 and above.
- Migrated to Gradle build system
- Core JGit functionality only (tests removed)
- Compatibility with Android API 26+
- Some monitoring features removed for a streamlined experience
This project is distributed under the Eclipse Distribution License v1.0.
- Redistribution and use in source and binary forms, with or without modification, are permitted,
provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
- This software is provided "as-is", without any warranties of any kind.