mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
9933294ac5
* Update build.gradle * Remove unsupported translations * Update publish-release.sh * Update APK version to 1.0.1.7 * build.gradle: errorOnSizeLimit = false * publish_release.sh: Add gradlew publishListingRelease * Imported string translations * Updated gplay translation: de_DE * Add unsupported translations to .gitignore
55 lines
724 B
Text
55 lines
724 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
build/
|
|
gen/
|
|
obj/
|
|
.gradle/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
project.properties
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Gradle wrapper
|
|
gradle/wrapper/gradle/
|
|
gradle/wrapper/gradlew*
|
|
|
|
# Prebuilt-go
|
|
syncthing/go
|
|
syncthing/go.tgz
|
|
syncthing/go.zip
|
|
|
|
# Android NDK
|
|
syncthing/android-ndk-r*
|
|
syncthing/ndk.zip
|
|
|
|
# MinGit
|
|
syncthing/mingit
|
|
syncthing/mingit.zip
|
|
|
|
# External build artifacts
|
|
ext/
|
|
|
|
# push-to-device after build marker file
|
|
\#enable_push_to_device
|
|
|
|
# Unsupported translations
|
|
app/src/main/play/el-EL
|
|
app/src/main/play/en
|
|
app/src/main/play/nb
|
|
app/src/main/play/nn
|