Skip to content

Commit

Permalink
Merge pull request #12 from Javinator9889/database
Browse files Browse the repository at this point in the history
Finished Database working
  • Loading branch information
Javinator9889 committed Feb 9, 2019
2 parents 0c0eaee + cd4041f commit 746dcab
Show file tree
Hide file tree
Showing 271 changed files with 21,194 additions and 14,454 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
@@ -0,0 +1,25 @@
language: android
sudo: required
dist: precise
jdk: oraclejdk8

env:
global:
- ANDROID_API_LEVEL=28
- EMULATOR_API_LEVEL=21
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis

android:
components:
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository

script:
- ./SecurePass/gradlew build --stacktrace
Binary file removed APP/.idea/caches/build_file_checksums.ser
Binary file not shown.
77 changes: 0 additions & 77 deletions APP/.idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions APP/.idea/codeStyles/codeStyleConfig.xml

This file was deleted.

0 comments on commit 746dcab

Please sign in to comment.