Results 6 issues of Nartex

No breaking changes ! If GROUP is not set, use packageName If VERSION_NAME is not set, use build.gradle versionName If VERSION_CODE is not set, use build.gradle versionCode If POM_SCM_URL is...

Updated to work in Swift 2.0 and made pretty much everything public in order to make it working correctly as a lib

enhancement

### Example : ``` xml ``` ``` java final FloatingActionButton switch1 = (FloatingActionButton) findViewById(R.id.button_switch_1); final FloatingActionButton switch2 = (FloatingActionButton) findViewById(R.id.button_switch_2); switch1.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Log.d(TAG,...