Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com.google.android.material:material to v1.11.0 #8

Merged
merged 2 commits into from
Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ if (analyticsEnabled) {

android {
namespace 'com.dragon.ide'
compileSdk 33
buildToolsVersion "33.0.2"
compileSdk 34
buildToolsVersion "34.0.0"

def getCommitHash = { ->
def stdout = new ByteArrayOutputStream()
Expand Down Expand Up @@ -79,7 +79,7 @@ android {
applicationId "com.dragon.ide"
minSdk 21
targetSdk 28
compileSdkVersion 33
compileSdkVersion 34
versionCode getGitCommitCount()
versionName "1.0 Alpha01-Snapshot-" + getCommitHash() + "-commit-no-" + getGitCommitCount().toString()
buildConfigField "String", "commitSha", getCommitSha()
Expand Down Expand Up @@ -130,7 +130,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])
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.11.0"
implementation "androidx.core:core-splashscreen:1.0.1"
if (analyticsEnabled) {
if (useEnvForFirebase) {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'com.google.gms.google-services' version '4.4.0' apply false
}
Expand Down
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

android {
compileSdk 32
buildToolsVersion "33.0.2"
compileSdk 34
buildToolsVersion "34.0.0"
useLibrary 'org.apache.http.legacy'
namespace "android.code.editor.common"

Expand Down Expand Up @@ -33,6 +33,6 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.code.gson:gson:2.8.7'
}
4 changes: 2 additions & 2 deletions editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

android {
compileSdk 32
buildToolsVersion "33.0.2"
compileSdk 34
buildToolsVersion "34.0.0"
useLibrary 'org.apache.http.legacy'
namespace "editor.tsd"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists