Skip to content

iWedia/repo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

ANDROID4TV Java Library Repository

Android Java library (android4tv-framework-x.x.x.jar) contains classes and interfaces that needs to be imported by the applications, in order to use ANDROID4TV framework capabilities on the platform.

Add to Project:

	1. In main build.gradle add:
                   allprojects {
                        repositories {
                            maven {
                               url 'https://github.com/iWedia/repo/raw/master/';
                            }
                        }
                   }
	2. Add Dependecy where is needed:
                   dependencies {
                        compile group:'com.iwedia.dtv', name:'android4tv-framework', version:'x.x.x'
                   }

Releases

No releases published

Packages

No packages published