Skip to content

Commit 341a573

Browse files
author
Patrick Zedler
committed
Update target SDK, dependencies and version code and name
1 parent 87b88b4 commit 341a573

File tree

3 files changed

+8
-27
lines changed

3 files changed

+8
-27
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ plugins {
2222
}
2323

2424
android {
25-
compileSdk 30
25+
compileSdk 31
2626

2727
defaultConfig {
2828
applicationId "xyz.zedler.patrick.grocy.unlock"
2929
minSdk 21
30-
targetSdk 30
31-
versionCode 1
32-
versionName "1.0.0"
30+
targetSdk 31
31+
versionCode 2
32+
versionName "1.0.1"
3333
}
3434

3535
buildTypes {
@@ -48,7 +48,7 @@ android {
4848
targetCompatibility 1.8
4949
}
5050

51-
buildToolsVersion '30.0.3'
51+
buildToolsVersion '31.0.0'
5252
}
5353

5454
dependencies {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
mavenCentral()
2525
}
2626
dependencies {
27-
classpath 'com.android.tools.build:gradle:7.0.1'
27+
classpath 'com.android.tools.build:gradle:7.0.3'
2828

2929
// NOTE: Do not place your application dependencies here; they belong
3030
// in the individual module build.gradle files
+2-21
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
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
212
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
234
distributionPath=wrapper/dists
245
zipStorePath=wrapper/dists
256
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)