Skip to content

Commit af3f9f4

Browse files
committed
Version 1.5.0, updated libraries and target sdk
1 parent 0c4421b commit af3f9f4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 14
1010
targetSdkVersion 28
1111
versionCode 10
12-
versionName "1.4.0"
12+
versionName "1.5.0"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {
@@ -24,8 +24,8 @@ dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2626
implementation 'com.android.support:appcompat-v7:28.0.0'
27-
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
28-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2"
27+
implementation 'com.android.support.constraint:constraint-layout:2.0.1'
28+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
2929
implementation 'com.android.support:design:28.0.0'
3030
implementation "com.android.support:support-v4:28.0.0"
3131
implementation project(path: ':library')

library/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'com.github.dcendents.android-maven'
44

5-
group = 'com.github.AndreaCioccarelli'
5+
group = 'com.github.cioccarellia'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 30
99

1010
defaultConfig {
1111
minSdkVersion 14
12-
targetSdkVersion 28
12+
targetSdkVersion 30
1313
versionCode 10
14-
versionName "1.4.0"
14+
versionName "1.5.0"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}
1717

@@ -25,7 +25,7 @@ android {
2525

2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
28-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2"
28+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
2929
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3030
}
3131

0 commit comments

Comments
 (0)