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

Unverified Commit 66165231 authored by qqq3's avatar qqq3
Browse files

Update version code and version name

parent 5ca98321
Loading
Loading
Loading
Loading
+3 −6
Original line number Original line Diff line number Diff line
@@ -2,16 +2,15 @@ apply plugin: 'com.android.application'


android {
android {
    compileSdkVersion 24
    compileSdkVersion 24
    buildToolsVersion '23.0.3'
    buildToolsVersion '24.0.2'
    defaultConfig {
    defaultConfig {
        applicationId "org.asdtm.goodweather"
        applicationId "org.asdtm.goodweather"
        minSdkVersion 14
        minSdkVersion 14
        targetSdkVersion 24
        targetSdkVersion 24
        versionCode 6
        versionCode 7
        versionName "2.1"
        versionName "3.0"
        vectorDrawables.useSupportLibrary = true
        vectorDrawables.useSupportLibrary = true
    }
    }

    buildTypes {
    buildTypes {
        release {
        release {
            minifyEnabled true
            minifyEnabled true
@@ -26,8 +25,6 @@ android {
            }
            }
        }
        }
    }
    }
    productFlavors {
    }
}
}


dependencies {
dependencies {