Skip to content

Commit 4ec679f

Browse files
committed
Update project.
1 parent 28dcf51 commit 4ec679f

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Diff for: app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 31
5+
compileSdkVersion 33
66
buildToolsVersion '31.0.0'
77

88
defaultConfig {
99
applicationId 'com.github.anastr.speedviewapp'
10-
minSdkVersion 18
11-
targetSdkVersion 31
10+
minSdkVersion 21
11+
targetSdkVersion 33
1212
versionCode 3
1313
versionName "1.6.0"
1414
}
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
implementation 'androidx.appcompat:appcompat:1.3.1'
39+
implementation 'androidx.appcompat:appcompat:1.4.1'
4040
implementation 'androidx.cardview:cardview:1.0.0'
4141
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4242
implementation project(':speedviewlib')

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.31'
4+
ext.kotlin_version = '1.8.21'
55
repositories {
66
mavenCentral()
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.0.2'
10+
classpath 'com.android.tools.build:gradle:7.4.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Aug 25 15:44:58 EEST 2021
22
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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

Diff for: speedviewlib/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ android {
1010
defaultConfig {
1111
minSdkVersion 11
1212
targetSdkVersion 31
13-
versionCode 1
14-
versionName "1.0"
1513
}
1614
buildTypes {
1715
release {

0 commit comments

Comments
 (0)