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

Commit

Permalink
updated build.gradle to targetSdkVersion 29
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianknopf committed Feb 9, 2020
1 parent 950451a commit efe296a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ android {
defaultConfig {
applicationId "com.ggnome.viewer"
minSdkVersion 21
targetSdkVersion 26
versionCode 110
versionName "1.1.0"
targetSdkVersion 29
versionCode 111
versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit efe296a

Please sign in to comment.