Skip to content

Commit

Permalink
✨ Update From Github
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya321 committed Mar 7, 2017
1 parent 78bdd03 commit 41eea45
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import android.widget.ImageView;

import com.github.javiersantos.appupdater.AppUpdater;
import com.github.javiersantos.appupdater.enums.UpdateFrom;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
import com.lukedeighton.wheelview.WheelView;
Expand Down Expand Up @@ -143,7 +144,9 @@ public void onClick(View v) {
});

AppUpdater appUpdater = new AppUpdater(this);
appUpdater.start();
appUpdater.setUpdateFrom(UpdateFrom.GITHUB)
.setGitHubUserAndRepo("adithya321", "Instincts")
.start();
}

@Override
Expand Down

0 comments on commit 41eea45

Please sign in to comment.