Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline1
titlegradle.build
linenumberstrue
...
dependencies {
    compile 'com.google.android.gms:play-services-gcm:8.1.0'	//8.1.0 or above
    compile project(':appoxeesdk')
 
	//in case you want to use our in-app inbox, or use proguard:
	//compile 'com.j256.ormlite:ormlite-core:4.48'
	//compile 'com.j256.ormlite:ormlite-android:4.48'
}