Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
dbffe0bb
Commit
dbffe0bb
authored
Jul 26, 2017
by
Wietse Kuipers
Browse files
Merge branch 'debug-icons' into 'master'
added icons for debug build See merge request
!55
parents
a41a8431
2ae136fc
Changes
6
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
dbffe0bb
...
...
@@ -121,6 +121,9 @@ android {
minifyEnabled
enableProguardInReleaseBuilds
proguardFiles
getDefaultProguardFile
(
"proguard-android.txt"
),
"proguard-rules.pro"
}
debug
{
applicationIdSuffix
".dev"
}
}
// applicationVariants are e.g. debug, release
applicationVariants
.
all
{
variant
->
...
...
android/app/src/debug/res/mipmap-hdpi/ic_launcher.png
0 → 100644
View file @
dbffe0bb
2.64 KB
android/app/src/debug/res/mipmap-mdpi/ic_launcher.png
0 → 100644
View file @
dbffe0bb
1.75 KB
android/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
0 → 100644
View file @
dbffe0bb
3.75 KB
android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
0 → 100644
View file @
dbffe0bb
5.61 KB
android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
0 → 100644
View file @
dbffe0bb
7.81 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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