Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.17 KB

README.md

File metadata and controls

68 lines (44 loc) · 2.17 KB

Android Inapp Library

  • this is Inapp Billing v3 wrap Library

** this software includes the work that is distributed in the Apache License 2.0 **

add dependencies

repositories {
    maven { url 'https://daneko.github.io/m2repo/repository' }
}

dependencies {
    compile 'com.github.daneko:android-inapp-library:0.1.1'
}

use library

use library in sample app

for Android Studio

Plugin

  • Lombok
  • ButterKnife

local.properties sample

sdk.dir=/usr/local/opt/android-sdk
java8_home=/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
java7_home=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home

## for sample app

public_key=copy from google developer console
release.storeFile=/path/to/your.keystore
release.storePass=store pass
release.alias=alias
release.aliasPass=alias pass

try alpha apk

License

(The MIT License)

Copyright (c) 2014- daneko