Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
BlissLauncher
Commits
e6b9fede
Commit
e6b9fede
authored
May 23, 2022
by
Nishith Khanna
Browse files
Update app naming scheme
parent
6866ac55
Pipeline
#187896
passed with stage
in 8 minutes and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
e6b9fede
...
...
@@ -50,7 +50,7 @@ android {
applicationVariants
.
all
{
variant
->
variant
.
outputs
.
all
{
output
->
outputFileName
=
"BlissLauncher-${variant.versionName}-${variant.getFlavorName()}.apk"
outputFileName
=
"BlissLauncher-${variant.versionName}-${variant.getFlavorName()}
-${variant.buildType.name}
.apk"
}
}
}
...
...
@@ -172,5 +172,3 @@ dependencies {
androidTestImplementation
Libs
.
AndroidX
.
Test
.
rules
implementation
'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
}
apply
plugin:
'com.getkeepsafe.dexcount'
build.gradle
View file @
e6b9fede
...
...
@@ -19,7 +19,6 @@ buildscript {
classpath
Libs
.
Google
.
fabricPlugin
classpath
Libs
.
Google
.
gmsGoogleServices
classpath
Libs
.
dexcountGradlePlugin
}
}
...
...
buildSrc/src/main/java/foundation/e/blisslauncher/buildsrc/Dependencies.kt
View file @
e6b9fede
...
...
@@ -5,7 +5,6 @@ object Versions {
const
val
min_sdk
=
24
const
val
target_sdk
=
29
const
val
android_gradle_plugin
=
"3.5.0"
const
val
dexcount_gradle_plugin
=
"0.8.6"
const
val
kotlin
=
"1.3.41"
const
val
timber
=
"4.7.1"
const
val
junit
=
"4.12"
...
...
@@ -26,7 +25,6 @@ object Versions {
object
Libs
{
const
val
androidGradlePlugin
=
"com.android.tools.build:gradle:${Versions.android_gradle_plugin}"
const
val
dexcountGradlePlugin
=
"com.getkeepsafe.dexcount:dexcount-gradle-plugin:${Versions.dexcount_gradle_plugin}"
const
val
timber
=
"com.jakewharton.timber:timber:${Versions.timber}"
...
...
Write
Preview
Supports
Markdown
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