Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-24 08:22:15 +01:00
parent 5b950caea0
commit 477d1afe74
805 changed files with 316919 additions and 2 deletions

25
.travis.yml Normal file
View file

@ -0,0 +1,25 @@
language: android
jdk: oraclejdk17
sudo: false
env:
matrix:
- ANDROID_TARGET=android-32
global:
- GRADLE_OPTS="-Xms128m"
android:
components:
# needed build tools
- build-tools-32.0.0
# The SDK version used to compile your project
- android-32
# extra needed components
- extra-android-m2repository
before_script:
script:
- ./gradlew assembleRelease lintRelease testDebugUnitTest