We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8182fef commit a58b3adCopy full SHA for a58b3ad
build.gradle
@@ -1,8 +1,10 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlin_version = '1.4.32'
5
- ext.gradle_version = '4.1.2'
+ ext {
+ kotlin_version = '1.5.21'
6
+ gradle_version = '7.0.3'
7
+ }
8
repositories {
9
google()
10
jcenter()
@@ -26,9 +28,9 @@ allprojects {
26
28
}
27
29
ext {
30
// Build
- androidCompileSdk_version = 29
31
+ androidCompileSdk_version = 30
32
androidMinSdk_version = 19
- androidTargetSdk_version = 29
33
+ androidTargetSdk_version = 30
34
35
// Android X Dependencies
36
androidx_appcompat_version = '1.1.0'
0 commit comments