Skip to content

Commit

Permalink
dev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathVishal committed Nov 9, 2023
1 parent 41d3144 commit ed0f2d0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ apply plugin: 'kotlin-kapt'

android {
compileSdk 34
buildToolsVersion "34.0.0"
defaultConfig {
applicationId "com.bharathvishal.messagecommunicationusingwearabledatalayer"
minSdkVersion 23
targetSdkVersion 34
versionCode 93
versionName "3.3"
versionCode 95
versionName "3.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -49,13 +48,13 @@ dependencies {
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
implementation 'com.google.android.material:material:1.11.0-alpha02'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1"
implementation 'com.google.android.material:material:1.11.0-beta01'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.github.bumptech.glide:glide:4.15.1'
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.9.0'
ext.kotlin_version = '1.9.20'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
13 changes: 6 additions & 7 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ apply plugin: 'kotlin-kapt'

android {
compileSdk 34
buildToolsVersion "34.0.0"

defaultConfig {
vectorDrawables.useSupportLibrary = true
applicationId "com.bharathvishal.messagecommunicationusingwearabledatalayer"
minSdkVersion 25
targetSdkVersion 34
versionCode 93
versionName "3.3"
versionCode 95
versionName "3.4"
wearAppUnbundled true
}

Expand Down Expand Up @@ -51,13 +50,13 @@ dependencies {
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'com.github.bumptech.glide:glide:4.15.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.wear:wear:1.3.0'
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
compileOnly 'com.google.android.wearable:wearable:2.9.0'
Expand Down

0 comments on commit ed0f2d0

Please sign in to comment.