Skip to content

Commit d5f27a8

Browse files
Merge pull request #106 from vincenzopalazzo/release_3.6
Prepare the release 3.6
2 parents 41e8e73 + 6d60415 commit d5f27a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.lvaccaro.lamp"
1111
minSdkVersion 24
1212
targetSdkVersion 28
13-
versionCode 35
14-
versionName "3.5"
13+
versionCode 36
14+
versionName "3.6"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
vectorDrawables.useSupportLibrary = true
1717
}

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ allprojects {
2222
repositories {
2323
google()
2424
jcenter()
25-
2625
}
2726
}
2827

0 commit comments

Comments
 (0)