Collection of utilities for Android applications
This lib aims to provide some class utilities to help developing Android applications.
This lib provide utility class and methods
This lib provides all necessary classes to install app on Android. Application using this lib needs to share android.uid.system
repositories {
jcenter()
}
dependencies {
implement 'fr.coppernic.lib.android-utils:core:0.0.4'
implement 'fr.coppernic.lib.android-utils:install:0.0.4'
}
Copyright (C) 2019 Coppernic
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
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.