Skip to content

Commit f99f49c

Browse files
committed
update gradle
1 parent cb8c8fc commit f99f49c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
2-
2+
github: [pedroSG94]
33
custom: ['https://www.paypal.com/paypalme/pedroSG94'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.30'
4+
ext.kotlin_version = '1.5.31'
55
ext.library_group = "com.github.pedroSG94"
66
ext.version_code = 213
77
ext.version_name = "2.1.3"
@@ -11,7 +11,7 @@ buildscript {
1111
mavenCentral()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:7.0.2'
14+
classpath 'com.android.tools.build:gradle:7.0.3'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files

0 commit comments

Comments
 (0)