Skip to content

Commit a58b3ad

Browse files
committed
Updated gradle, kotlin, sdk version
1 parent 8182fef commit a58b3ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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.4.32'
5-
ext.gradle_version = '4.1.2'
4+
ext {
5+
kotlin_version = '1.5.21'
6+
gradle_version = '7.0.3'
7+
}
68
repositories {
79
google()
810
jcenter()
@@ -26,9 +28,9 @@ allprojects {
2628
}
2729
ext {
2830
// Build
29-
androidCompileSdk_version = 29
31+
androidCompileSdk_version = 30
3032
androidMinSdk_version = 19
31-
androidTargetSdk_version = 29
33+
androidTargetSdk_version = 30
3234

3335
// Android X Dependencies
3436
androidx_appcompat_version = '1.1.0'

0 commit comments

Comments
 (0)