Skip to content

Commit

Permalink
ANDROID-898 Client SDK: Update the projects (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
zello-eugene authored Feb 21, 2024
1 parent 178e7c6 commit c7e8885
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions zello-sdk-sample-contacts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "com.android.tools.build:gradle:8.2.2"
}
}

Expand All @@ -24,7 +24,7 @@ java {

android {
compileSdk 34
setBuildToolsVersion("33.0.1")
setBuildToolsVersion("34.0.0")
namespace "com.zello.sdk.sample.contacts"

buildFeatures {
Expand All @@ -33,7 +33,7 @@ android {

defaultConfig {
applicationId "com.zello.sdk.sample.contacts"
minSdk 23
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 08 15:53:50 CDT 2023
#Wed Feb 21 15:39:18 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-contacts/libs/zello-sdk.aar
Binary file not shown.
6 changes: 3 additions & 3 deletions zello-sdk-sample-misc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "com.android.tools.build:gradle:8.2.2"
}
}

Expand All @@ -24,7 +24,7 @@ java {

android {
compileSdk 34
setBuildToolsVersion("33.0.1")
setBuildToolsVersion("34.0.0")
namespace "com.zello.sdk.sample.misc"

buildFeatures {
Expand All @@ -33,7 +33,7 @@ android {

defaultConfig {
applicationId "com.zello.sdk.sample.miscellaneous"
minSdk 23
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 08 15:53:50 CDT 2023
#Wed Feb 21 15:41:29 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-misc/libs/zello-sdk.aar
Binary file not shown.
6 changes: 3 additions & 3 deletions zello-sdk-sample-ptt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "com.android.tools.build:gradle:8.2.2"
}
}

Expand All @@ -24,7 +24,7 @@ java {

android {
compileSdk 34
setBuildToolsVersion("33.0.1")
setBuildToolsVersion("34.0.0")
namespace "com.zello.sdk.sample.ptt"

buildFeatures {
Expand All @@ -33,7 +33,7 @@ android {

defaultConfig {
applicationId "com.zello.sdk.sample.ptt"
minSdk 23
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
Expand Down
4 changes: 2 additions & 2 deletions zello-sdk-sample-ptt/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 08 15:53:50 CDT 2023
#Wed Feb 21 15:42:31 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-ptt/libs/zello-sdk.aar
Binary file not shown.
6 changes: 3 additions & 3 deletions zello-sdk-sample-signin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "com.android.tools.build:gradle:8.2.2"
}
}

Expand All @@ -24,12 +24,12 @@ java {

android {
compileSdk 34
setBuildToolsVersion("33.0.1")
setBuildToolsVersion("34.0.0")
namespace "com.zello.sdk.sample.signin"

defaultConfig {
applicationId "com.zello.sdk.sample"
minSdk 23
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 08 15:53:50 CDT 2023
#Wed Feb 21 15:43:06 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-signin/libs/zello-sdk.aar
Binary file not shown.
12 changes: 6 additions & 6 deletions zello-sdk-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext.kotlin_version = "1.9.10"
ext.kotlin_version = "1.9.22"

repositories {
google()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -32,7 +32,7 @@ kotlin {

android {
compileSdk 34
setBuildToolsVersion("33.0.1")
setBuildToolsVersion("34.0.0")
namespace "com.zello.sdk.sample"

buildFeatures {
Expand All @@ -41,7 +41,7 @@ android {

defaultConfig {
applicationId "com.zello.sdk.sample"
minSdk 23
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
Expand All @@ -67,7 +67,7 @@ android {
dependencies {
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.core:core-ktx:1.10.1"
implementation "androidx.media:media:1.6.0"
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.media:media:1.7.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
4 changes: 2 additions & 2 deletions zello-sdk-sample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 08 15:53:50 CDT 2023
#Wed Feb 21 15:36:33 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample/libs/zello-sdk.aar
Binary file not shown.
Binary file modified zello-sdk.aar
Binary file not shown.
14 changes: 7 additions & 7 deletions zello-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext.kotlin_version = "1.9.10"
ext.kotlin_version = "1.9.22"

repositories {
google()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:8.1.1"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -31,9 +31,9 @@ kotlin {
}

dependencies {
implementation "androidx.core:core-ktx:1.10.1"
implementation "androidx.media:media:1.6.0"
implementation "androidx.annotation:annotation:1.6.0"
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.media:media:1.7.0"
implementation "androidx.annotation:annotation:1.7.1"
}

def sourceAarName = "zello-sdk-release.aar"
Expand Down Expand Up @@ -142,7 +142,7 @@ tasks.configureEach { task ->

android {
compileSdk 34
setBuildToolsVersion("33.0.1")
setBuildToolsVersion("34.0.0")
namespace "com.zello.sdk"

buildFeatures {
Expand All @@ -152,7 +152,7 @@ android {
ext.sdkVersion = "5.33.3"

defaultConfig {
minSdk 23
minSdk 24
targetSdk 34
manifestPlaceholders.sdkVersion = "$sdkVersion"
buildConfigField "String", "SDK_VERSION", "\"$sdkVersion\""
Expand Down
4 changes: 2 additions & 2 deletions zello-sdk/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 08 15:31:37 CDT 2023
#Wed Feb 21 15:29:11 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c7e8885

Please sign in to comment.