File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 31
5
+ compileSdkVersion 33
6
6
buildToolsVersion ' 31.0.0'
7
7
8
8
defaultConfig {
9
9
applicationId ' com.github.anastr.speedviewapp'
10
- minSdkVersion 18
11
- targetSdkVersion 31
10
+ minSdkVersion 21
11
+ targetSdkVersion 33
12
12
versionCode 3
13
13
versionName " 1.6.0"
14
14
}
@@ -36,7 +36,7 @@ android {
36
36
}
37
37
38
38
dependencies {
39
- implementation ' androidx.appcompat:appcompat:1.3 .1'
39
+ implementation ' androidx.appcompat:appcompat:1.4 .1'
40
40
implementation ' androidx.cardview:cardview:1.0.0'
41
41
implementation ' androidx.recyclerview:recyclerview:1.2.1'
42
42
implementation project(' :speedviewlib' )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.5.31 '
4
+ ext. kotlin_version = ' 1.8.21 '
5
5
repositories {
6
6
mavenCentral()
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:7.0 .2'
10
+ classpath ' com.android.tools.build:gradle:7.4 .2'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
# Wed Aug 25 15:44:58 EEST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ android {
10
10
defaultConfig {
11
11
minSdkVersion 11
12
12
targetSdkVersion 31
13
- versionCode 1
14
- versionName " 1.0"
15
13
}
16
14
buildTypes {
17
15
release {
You can’t perform that action at this time.
0 commit comments