Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56159132 authored by Amit Kumar's avatar Amit Kumar
Browse files

Bump version 1.0.1

parent 1168ac0e
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Original line Diff line number Diff line
apply plugin: 'com.android.application'
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'io.fabric'

// Manifest version information!
def versionMajor = 1
def versionMinor = 0
def versionPatch = 1

android {
android {
    compileSdkVersion rootProject.ext.compileSdkVersion
    compileSdkVersion rootProject.ext.compileSdkVersion
    defaultConfig {
    defaultConfig {
        applicationId "foundation.e.blisslauncher"
        applicationId "foundation.e.blisslauncher"
        minSdkVersion rootProject.ext.minSdkVersion
        minSdkVersion rootProject.ext.minSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion
        versionCode 1
        versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100
        versionName "1.0.0-alpha"
        versionName "${versionMajor}.${versionMinor}.${versionPatch}"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"


        renderscriptTargetApi 18
        renderscriptTargetApi 18
@@ -99,7 +105,7 @@ dependencies {
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'


    // Okhttp
    // Okhttp
    implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'


    // Rx Relay
    // Rx Relay
    implementation "com.jakewharton.rxrelay2:rxrelay:${rootProject.ext.rxRelayVersion}"
    implementation "com.jakewharton.rxrelay2:rxrelay:${rootProject.ext.rxRelayVersion}"
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ buildscript {
        }
        }
    }
    }
    dependencies {
    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 'io.fabric.tools:gradle:1.26.1'
        classpath 'com.google.gms:google-services:4.2.0'
        classpath 'com.google.gms:google-services:4.2.0'
        classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
        classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
+1 −1
Original line number Original line Diff line number Diff line
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip