Skip to content

Commit

Permalink
ANDROID-455 Client SDK: Target Android 14 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
zello-eugene authored Sep 12, 2023
1 parent 48c8e8c commit ba31e6a
Show file tree
Hide file tree
Showing 20 changed files with 230 additions and 263 deletions.
14 changes: 7 additions & 7 deletions zello-sdk-sample-contacts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {
mavenCentral()
}

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

repositories {
Expand All @@ -23,8 +23,8 @@ java {
}

android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
compileSdk 34
setBuildToolsVersion("33.0.1")
namespace "com.zello.sdk.sample.contacts"

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

defaultConfig {
applicationId "com.zello.sdk.sample.contacts"
minSdkVersion 23
targetSdkVersion 33
minSdk 23
targetSdk 34
versionCode 1
versionName "1.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 01 15:52:58 CDT 2023
#Fri Sep 08 15:53:50 CDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-contacts/libs/zello-sdk.aar
Binary file not shown.
84 changes: 42 additions & 42 deletions zello-sdk-sample-misc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
buildscript {
repositories {
google()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:8.0.0"
}
repositories {
google()
mavenCentral()
}

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

repositories {
google()
mavenCentral()
google()
mavenCentral()
}

apply plugin: "com.android.application"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
namespace "com.zello.sdk.sample.misc"

buildFeatures {
buildConfig true
}

defaultConfig {
applicationId "com.zello.sdk.sample.miscellaneous"
minSdkVersion 23
targetSdkVersion 33
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
compileSdk 34
setBuildToolsVersion("33.0.1")
namespace "com.zello.sdk.sample.misc"

buildFeatures {
buildConfig true
}

defaultConfig {
applicationId "com.zello.sdk.sample.miscellaneous"
minSdk 23
targetSdk 34
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

dependencies {
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 01 15:52:58 CDT 2023
#Fri Sep 08 15:53:50 CDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-misc/libs/zello-sdk.aar
Binary file not shown.
84 changes: 42 additions & 42 deletions zello-sdk-sample-ptt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
buildscript {
repositories {
google()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:8.0.0"
}
repositories {
google()
mavenCentral()
}

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

repositories {
google()
mavenCentral()
google()
mavenCentral()
}

apply plugin: "com.android.application"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
namespace "com.zello.sdk.sample.ptt"

buildFeatures {
buildConfig true
}

defaultConfig {
applicationId "com.zello.sdk.sample.ptt"
minSdkVersion 23
targetSdkVersion 33
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
compileSdk 34
setBuildToolsVersion("33.0.1")
namespace "com.zello.sdk.sample.ptt"

buildFeatures {
buildConfig true
}

defaultConfig {
applicationId "com.zello.sdk.sample.ptt"
minSdk 23
targetSdk 34
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

dependencies {
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
}
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 @@
#Mon May 01 15:52:58 CDT 2023
#Fri Sep 08 15:53:50 CDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-ptt/libs/zello-sdk.aar
Binary file not shown.
76 changes: 38 additions & 38 deletions zello-sdk-sample-signin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
buildscript {
repositories {
google()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:8.0.0"
}
repositories {
google()
mavenCentral()
}

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

repositories {
google()
mavenCentral()
google()
mavenCentral()
}

apply plugin: "com.android.application"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
namespace "com.zello.sdk.sample.signin"

defaultConfig {
applicationId "com.zello.sdk.sample"
minSdkVersion 23
targetSdkVersion 33
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
compileSdk 34
setBuildToolsVersion("33.0.1")
namespace "com.zello.sdk.sample.signin"

defaultConfig {
applicationId "com.zello.sdk.sample"
minSdk 23
targetSdk 34
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

dependencies {
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
implementation files("libs/zello-sdk.aar")
implementation "androidx.appcompat:appcompat:1.6.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 01 15:52:58 CDT 2023
#Fri Sep 08 15:53:50 CDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified zello-sdk-sample-signin/libs/zello-sdk.aar
Binary file not shown.
Loading

0 comments on commit ba31e6a

Please sign in to comment.