Skip to content

Commit 85ae614

Browse files
committed
Dev commit
Upgraded Gradle. Updated all internal dependencies.
1 parent 316fea9 commit 85ae614

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ apply plugin: 'kotlin-android'
44
android {
55
compileSdkVersion 32
66

7-
buildToolsVersion "32.0.0"
7+
buildToolsVersion "32.1.0-rc1"
88
defaultConfig {
99
applicationId "com.bharathvishal.textfilegeneratorbenchmark"
1010
minSdkVersion 23
1111
targetSdkVersion 32
1212
multiDexEnabled true
1313
versionCode 35
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.3"
15+
versionName "1.4"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -41,14 +41,14 @@ android {
4141

4242
dependencies {
4343
implementation fileTree(dir: 'libs', include: ['*.jar'])
44-
implementation 'com.google.android.material:material:1.6.0-alpha01'
44+
implementation 'com.google.android.material:material:1.6.0-alpha02'
4545
implementation 'com.github.bumptech.glide:glide:4.12.0'
4646
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
4747
implementation 'androidx.cardview:cardview:1.0.0'
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
49-
implementation 'androidx.appcompat:appcompat:1.4.0'
49+
implementation 'androidx.appcompat:appcompat:1.4.1'
5050
implementation 'androidx.core:core-ktx:1.7.0'
51-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
51+
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
5252
testImplementation 'junit:junit:4.13.2'
5353
androidTestImplementation 'androidx.test:runner:1.4.0'
5454
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.0.4'
10+
classpath 'com.android.tools.build:gradle:7.1.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip

0 commit comments

Comments
 (0)