Skip to content
Snippets Groups Projects
Commit 12b8ddca authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: add gradle release configuration

* update key store name
* fix brazilian translation mapping

Tuleap: #124
Change-Id: I705f2fc9cde9115f4e4c1d50e9b9611f38ef86e5
parent 67ec13c4
No related branches found
No related tags found
No related merge requests found
[main]
host = https://www.transifex.com
lang_map = pt_BR:pt-rBR
[ring.android]
file_filter = ring-android/app/src/main/res/values-<lang>/strings.xml
......
......@@ -39,4 +39,18 @@ android {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
buildTypes {
release {
minifyEnabled true
}
}
signingConfigs {
config {
keyAlias 'ring'
storeFile file('../keystore.bin')
}
}
lintOptions {
disable 'MissingTranslation'
}
}
\ No newline at end of file
......@@ -98,7 +98,6 @@ as that of the covered work.
android:windowSoftInputMode="adjustPan" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment