File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed
app-to-app-kotlin/app-to-app
app-to-phone-kotlin/app-to-phone
phone-to-app-kotlin/phone-to-app Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
applicationId " com.vonage.tutorial.apptoapp"
9
9
minSdkVersion 23
10
- targetSdkVersion 33
11
- compileSdk 33
10
+ targetSdkVersion 34
11
+ compileSdk 34
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -34,13 +34,13 @@ android {
34
34
dependencies {
35
35
36
36
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
37
- implementation ' androidx.core:core-ktx:1.10.1 '
37
+ implementation ' androidx.core:core-ktx:1.12.0 '
38
38
implementation ' androidx.appcompat:appcompat:1.6.1'
39
- implementation ' com.google.android.material:material:1.9 .0'
39
+ implementation ' com.google.android.material:material:1.10 .0'
40
40
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41
41
testImplementation ' junit:junit:4.13.2'
42
42
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
43
43
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
44
44
45
- implementation ' com.vonage:client-sdk-voice:1.1.2 '
45
+ implementation ' com.vonage:client-sdk-voice:1.2.1 '
46
46
}
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
buildscript {
3
- ext. kotlin_version = " 1.8.20 "
3
+ ext. kotlin_version = " 1.8.22 "
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.1.1 '
9
+ classpath ' com.android.tools.build:gradle:8.1.4 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
applicationId " com.vonage.tutorial.voice.apptophone"
9
9
minSdkVersion 23
10
- targetSdkVersion 33
11
- compileSdk 33
10
+ targetSdkVersion 34
11
+ compileSdk 34
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -34,13 +34,13 @@ android {
34
34
dependencies {
35
35
36
36
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
37
- implementation ' androidx.core:core-ktx:1.10.1 '
37
+ implementation ' androidx.core:core-ktx:1.12.0 '
38
38
implementation ' androidx.appcompat:appcompat:1.6.1'
39
- implementation ' com.google.android.material:material:1.9 .0'
39
+ implementation ' com.google.android.material:material:1.10 .0'
40
40
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41
41
testImplementation ' junit:junit:4.13.2'
42
42
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
43
43
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
44
44
45
- implementation ' com.vonage:client-sdk-voice:1.1.2 '
45
+ implementation ' com.vonage:client-sdk-voice:1.2.1 '
46
46
}
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
buildscript {
3
- ext. kotlin_version = " 1.8.20 "
3
+ ext. kotlin_version = " 1.8.22 "
4
4
5
5
repositories {
6
6
google()
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:8.1.1 '
10
+ classpath ' com.android.tools.build:gradle:8.1.4 '
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 @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
applicationId " com.vonage.tutorial.phonetoapp"
9
9
minSdkVersion 23
10
- targetSdkVersion 33
11
- compileSdk 33
10
+ targetSdkVersion 34
11
+ compileSdk 34
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -34,13 +34,13 @@ android {
34
34
dependencies {
35
35
36
36
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
37
- implementation ' androidx.core:core-ktx:1.10.1 '
37
+ implementation ' androidx.core:core-ktx:1.12.0 '
38
38
implementation ' androidx.appcompat:appcompat:1.6.1'
39
- implementation ' com.google.android.material:material:1.9 .0'
39
+ implementation ' com.google.android.material:material:1.10 .0'
40
40
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41
41
testImplementation ' junit:junit:4.13.2'
42
42
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
43
43
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
44
44
45
- implementation ' com.vonage:client-sdk-voice:1.1.2 '
45
+ implementation ' com.vonage:client-sdk-voice:1.2.1 '
46
46
}
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
buildscript {
3
- ext. kotlin_version = " 1.8.20 "
3
+ ext. kotlin_version = " 1.8.22 "
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.1.1 '
9
+ classpath ' com.android.tools.build:gradle:8.1.4 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments