Skip to content

Commit

Permalink
Release | Oreo (MR1) 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nschnettler committed Jan 21, 2018
1 parent fc26412 commit 2ca2f47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ android {
defaultConfig {
minSdkVersion 27
targetSdkVersion 27
versionCode 27001
versionCode 27002
versionName "Oreo - 13.1"

buildConfigField "boolean", "SUPPORTS_THIRD_PARTY_THEME_SYSTEMS", "" +
SUPPORTS_THIRD_PARTY_SYSTEMS
Expand All @@ -52,17 +53,13 @@ android {
ndk {
moduleName "LoadingProcessDark"
}

versionName "Oreo - 10"
}
light {
dimension "theme"
applicationId "com.schnettler.outline"
ndk {
moduleName "LoadingProcessLight"
}

versionName "Oreo - 13"
}
}
}
Expand Down

0 comments on commit 2ca2f47

Please sign in to comment.