Qase/GooglePlayExpansionFiles


Slighlty altered library for loading additional big files to apk.

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    
	dependencies {
		implementation 'com.github.Qase:GooglePlayExpansionFiles:1.0.1'
	}
	dependencies {
		implementation("com.github.Qase:GooglePlayExpansionFiles:1.0.1")
	}
	<dependency>
	    <groupId>com.github.Qase</groupId>
	    <artifactId>GooglePlayExpansionFiles</artifactId>
	    <version>1.0.1</version>
	</dependency>

                            
    libraryDependencies += "com.github.Qase" % "GooglePlayExpansionFiles" % "1.0.1"
        
        

                            
    :dependencies [[com.github.Qase/GooglePlayExpansionFiles "1.0.1"]]
        
        

Readme


GooglePlayExpansionFiles

This repo contains an Android Application Module (library) with Google Downloader Library, Google APK Expansion Zip Library and Google License Verification Library distributed through the Android SDK Manager.

There had been made some minor changes over the official verison.

This Android Library is used to download APK Expansion Files from Google Play Store.

http://developer.android.com/intl/pt-br/google/play/expansion-files.html