https://github.com/limbenjamin/tapjacking
Raw File
Tip revision: 5f57cc430a886bba87bbee40bf0849d472c3f31f authored by Benjamin Lim on 19 April 2015, 00:09:58 UTC
Public release
Tip revision: 5f57cc4
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="gen"/>
	<classpathentry kind="output" path="bin/classes"/>
</classpath>
back to top