File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 14
10
10
targetSdkVersion 28
11
11
versionCode 10
12
- versionName " 1.4 .0"
12
+ versionName " 1.5 .0"
13
13
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14
14
}
15
15
buildTypes {
@@ -24,8 +24,8 @@ dependencies {
24
24
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
25
25
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
26
26
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 "
29
29
implementation ' com.android.support:design:28.0.0'
30
30
implementation " com.android.support:support-v4:28.0.0"
31
31
implementation project(path : ' :library' )
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' kotlin-android'
3
3
apply plugin : ' com.github.dcendents.android-maven'
4
4
5
- group = ' com.github.AndreaCioccarelli '
5
+ group = ' com.github.cioccarellia '
6
6
7
7
android {
8
- compileSdkVersion 28
8
+ compileSdkVersion 30
9
9
10
10
defaultConfig {
11
11
minSdkVersion 14
12
- targetSdkVersion 28
12
+ targetSdkVersion 30
13
13
versionCode 10
14
- versionName " 1.4 .0"
14
+ versionName " 1.5 .0"
15
15
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
16
16
}
17
17
@@ -25,7 +25,7 @@ android {
25
25
26
26
dependencies {
27
27
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 "
29
29
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
30
30
}
31
31
You can’t perform that action at this time.
0 commit comments