Skip to content

Commit

Permalink
set minSdkVersion to 26
Browse files Browse the repository at this point in the history
this is just an experiemnt to detect if core library desugaring influences reproduciable builds
  • Loading branch information
iNPUTmice committed Dec 1, 2020
1 parent 73bb2e1 commit 8c40091
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Expand Up @@ -7,15 +7,14 @@ android {
buildToolsVersion '30.0.2'
defaultConfig {
applicationId "rs.ltt.android"
minSdkVersion 23
minSdkVersion 26
targetSdkVersion 30
versionCode 5
versionName "0.1.4"

setProperty("archivesBaseName", "Ltt.rs-$versionName")

compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand Down Expand Up @@ -66,8 +65,6 @@ dependencies {
def room_version = "2.2.5"
def work_version = "2.4.0"

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'

//AndroidX
implementation "androidx.appcompat:appcompat:$appcompat_version"

Expand Down

0 comments on commit 8c40091

Please sign in to comment.