Skip to content

PhenoApps/PhenoLib

Repository files navigation

PhenoLib

All Contributors

JitPack

Features:

Installation

To use this library in your Android project, just add the following dependency into your module's build.gradle:

Use Jitpack implementation

  1. Check Jitpack use :
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add implementation in project build :
implementation 'com.github.phenoapps:PhenoLib:v0.9.25'

Contributors


Trevor Rife

📆 🤔

peterrosario

💻 💡

Chaney Courtney

💻

License

Licensed under the GNU General Public License version 3 (GPLv3).
You may obtain a copy of the License at

     http://www.gnu.org/licenses/gpl-3.0.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.