So after adding this to my build.gradle file:
repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }
I was able to use (in build.gradle):
compile 'org.igniterealtime.smack:smack-android:4.1.0-rc3-SNAPSHOT' compile 'org.igniterealtime.smack:smack-tcp:4.1.0-rc3-SNAPSHOT' compile 'org.igniterealtime.smack:smack-extensions:4.1.0-rc3-SNAPSHOT'
Which fixed the problem. Saving vCards works in rc3-SNAPSHOT. Thank you!