Ceki Note
This is application for note the game score of "Ceki", the card game I always played with my friends.
Building
To build this application prepare some file
-
file-keys.jks (the name is up to you)
To craete the file you can read at here or here
This file location will be used as KEY_STORE_LOCATION inside the keystore.properties file
-
keystore.properties
With value
RELEASE_KEY_PASSWORD=*KEY_PASSWORD* RELEASE_KEY_ALIAS=*KEY_ALIAS* RELEASE_STORE_PASSWORD=*KEY_STORE_PASSOWRD* RELEASE_STORE_LOCATION=*KEY_STORE_LOCATION (ex: file-keys.jks)*
And after all the prepared file is complete you can build with command
gradlew clean assembleRelease
to build release version, or
gradlew clean assembleBeta
to build beta version
Library
This application use some library
- Google Support Library
- Material Dialogs
- Greendao
- Butterknife
Download
Check the release
Author
Rizky Kharisma
License
Copyright (C) 2016 Rizky Kharisma
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.