Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sst-altcoinprices
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
4
Merge Requests
4
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Christoph Thelen
sst-altcoinprices
Commits
c6a0f48d
Commit
c6a0f48d
authored
Feb 26, 2018
by
cfabio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing translations error
parent
f1c6c97f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.idea/misc.xml
.idea/misc.xml
+1
-1
Altcoin Prices/build.gradle
Altcoin Prices/build.gradle
+4
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
No files found.
.idea/misc.xml
View file @
c6a0f48d
...
...
@@ -24,7 +24,7 @@
</value>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
8
"
default=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
7
"
default=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
Altcoin Prices/build.gradle
View file @
c6a0f48d
...
...
@@ -8,7 +8,7 @@ android {
minSdkVersion
14
targetSdkVersion
25
versionCode
26
versionName
'1.4.8'
versionName
'1.4.8
a
'
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes
{
...
...
@@ -19,6 +19,9 @@ android {
}
productFlavors
{
}
lintOptions
{
disable
'MissingTranslation'
}
}
dependencies
{
...
...
CHANGELOG.md
View file @
c6a0f48d
# CHANGELOG
### Version 1.4.8a
*
Fix missing translations error
### Version 1.4.8
*
Bugfix
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment