Commit 341a573 Patrick Zedler
committed
1 parent 87b88b4 commit 341a573 Copy full SHA for 341a573
File tree 3 files changed +8
-27
lines changed
3 files changed +8
-27
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ plugins {
22
22
}
23
23
24
24
android {
25
- compileSdk 30
25
+ compileSdk 31
26
26
27
27
defaultConfig {
28
28
applicationId " xyz.zedler.patrick.grocy.unlock"
29
29
minSdk 21
30
- targetSdk 30
31
- versionCode 1
32
- versionName " 1.0.0 "
30
+ targetSdk 31
31
+ versionCode 2
32
+ versionName " 1.0.1 "
33
33
}
34
34
35
35
buildTypes {
@@ -48,7 +48,7 @@ android {
48
48
targetCompatibility 1.8
49
49
}
50
50
51
- buildToolsVersion ' 30 .0.3 '
51
+ buildToolsVersion ' 31 .0.0 '
52
52
}
53
53
54
54
dependencies {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
mavenCentral()
25
25
}
26
26
dependencies {
27
- classpath ' com.android.tools.build:gradle:7.0.1 '
27
+ classpath ' com.android.tools.build:gradle:7.0.3 '
28
28
29
29
// NOTE: Do not place your application dependencies here; they belong
30
30
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- #
2
- # This file is part of Grocy Android.
3
- #
4
- # Grocy Android is free software: you can redistribute it and/or modify
5
- # it under the terms of the GNU General Public License as published by
6
- # the Free Software Foundation, either version 3 of the License, or
7
- # (at your option) any later version.
8
- #
9
- # Grocy Android is distributed in the hope that it will be useful,
10
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- # GNU General Public License for more details.
13
- #
14
- # You should have received a copy of the GNU General Public License
15
- # along with Grocy Android. If not, see http://www.gnu.org/licenses/.
16
- #
17
- # Copyright (c) 2020-2021 by Patrick Zedler and Dominic Zedler
18
- #
19
-
20
- # Wed Aug 18 21:47:46 CEST 2021
1
+ # Thu Nov 11 01:16:19 CET 2021
21
2
distributionBase =GRADLE_USER_HOME
22
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -bin.zip
23
4
distributionPath =wrapper/dists
24
5
zipStorePath =wrapper/dists
25
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments