mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
7899ff3931
* build.gradle: Update play-publisher from 1.2.2 to 2.2.1 * build.gradle: Update dependencies * Update transifex config * Update .gitignore * Update tx mappings * Add supported language: tx:no => gplay:no-NO * Update .tx/config source_lang for play resources * Add resolutionStrategy = 'auto'
57 lines
763 B
Text
57 lines
763 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
|
|
|
|
# Go modules
|
|
syncthing/pkg/mod/
|
|
|
|
# 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/listings/nb
|
|
app/src/main/play/listings/nl-BE
|
|
app/src/main/play/listings/nn
|