Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
increase targetSdk to make play store happy
Browse files Browse the repository at this point in the history
  • Loading branch information
luelista committed Mar 2, 2020
1 parent e6aaf82 commit 93f9cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "de.wikilab.android.ldapsync"
minSdkVersion 11
targetSdkVersion 26
targetSdkVersion 28
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
Expand Down

0 comments on commit 93f9cfa

Please sign in to comment.