We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41e8e73 + 6d60415 commit d5f27a8Copy full SHA for d5f27a8
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.lvaccaro.lamp"
11
minSdkVersion 24
12
targetSdkVersion 28
13
- versionCode 35
14
- versionName "3.5"
+ versionCode 36
+ versionName "3.6"
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
vectorDrawables.useSupportLibrary = true
17
}
build.gradle
@@ -22,7 +22,6 @@ allprojects {
22
repositories {
23
google()
24
jcenter()
25
-
26
27
28
0 commit comments