A simple Material Design Notes app!
- Google Sans will be shown only on Pixel devices and on custom ROMs that have Google Sans properly defined in fonts.xml
- Package name:
me.argraur.notes
- Current version code:
1
- Current version name:
ichi
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java Development Kit 8 - 11.
git clone https://github.com/argraur/Notes -b master
Linux & macOS:
./gradlew build assembleDebug
Windows:
.\gradlew.bat build assembleDebug
Linux & macOS:
./gradlew build installDebug
Windows:
.\gradlew.bat build installDebug
- Android Studio - Official Android IDE by Google & JetBrains
- Gradle - Build automation tool
- Kotlin - Official programming language for native Android apps
- Google Material Design Components
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Visit Crowdin Project page if you want to help translating the app :)
We use simple major-only versioning in Japanese (OwO) (e.g. versionCode = 1, then version is ichi, versionCode = 2, then version is ni and etc.)
- Arseniy Graur - Project creator - argraur
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.