Skip to content

Commit

Permalink
Merge pull request #106 from vincenzopalazzo/release_3.6
Browse files Browse the repository at this point in the history
Prepare the release 3.6
  • Loading branch information
vincenzopalazzo authored Jun 25, 2021
2 parents 41e8e73 + 6d60415 commit d5f27a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.lvaccaro.lamp"
minSdkVersion 24
targetSdkVersion 28
versionCode 35
versionName "3.5"
versionCode 36
versionName "3.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ allprojects {
repositories {
google()
jcenter()

}
}

Expand Down

0 comments on commit d5f27a8

Please sign in to comment.