A warehouse for all the engineering related materials for IIIT Surat students. It aims to later become a hub of all the study and course materials, as a result of contributions made by other fellow aspiring engineers.
How to install Android Studio
https://developer.android.com/studio
Clone this repository and import into Android Studio
https://github.com/DSC-IIIT-Surat/Curricula
Create app/keystore.gradle
with the following info:
ext.key_alias='...'
ext.key_password='...'
ext.store_password='...'
And place both keystores under app/keystores/
directory:
playstore.keystore
stage.keystore
From Android Studio:
- Build menu
- Generate Signed APK...
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
This project is mantained by: