Skip to content

Commit 6d60415

Browse files
Release version 3.6
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 41e8e73 commit 6d60415

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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)