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
56159132
Commit
56159132
authored
Apr 29, 2019
by
Amit Kumar
Browse files
Bump version 1.0.1
parent
1168ac0e
Pipeline
#8606
passed with stage
in 5 minutes and 36 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
56159132
apply
plugin:
'com.android.application'
apply
plugin:
'io.fabric'
// Manifest version information!
def
versionMajor
=
1
def
versionMinor
=
0
def
versionPatch
=
1
android
{
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
defaultConfig
{
applicationId
"foundation.e.blisslauncher"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
versionName
"
1.0.0-alpha
"
versionCode
versionMajor
*
10000
+
versionMinor
*
1000
+
versionPatch
*
100
versionName
"
${versionMajor}.${versionMinor}.${versionPatch}
"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
renderscriptTargetApi
18
...
...
@@ -99,7 +105,7 @@ dependencies {
implementation
'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
// Okhttp
implementation
'com.squareup.okhttp3:logging-interceptor:3.1
0
.0'
implementation
'com.squareup.okhttp3:logging-interceptor:3.1
1
.0'
// Rx Relay
implementation
"com.jakewharton.rxrelay2:rxrelay:${rootProject.ext.rxRelayVersion}"
...
...
build.gradle
View file @
56159132
...
...
@@ -9,7 +9,7 @@ buildscript {
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
4
.0'
classpath
'com.android.tools.build:gradle:3.
2
.0'
classpath
'io.fabric.tools:gradle:1.26.1'
classpath
'com.google.gms:google-services:4.2.0'
classpath
'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
56159132
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
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