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

Commit 5254da1a authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Removing unnecessary version declaration

Bug: 152086714
Test: Presubmit and verified on AS
Change-Id: Ibfdc84f11797a06890ace2cfbee492754e624913
parent e9b327ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ android {
    defaultConfig {
        minSdkVersion 26
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
    }

    sourceSets {
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ android {
    defaultConfig {
        minSdkVersion 25
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
    }

    sourceSets {