Skip to content

Commit 8c87aad

Browse files
committed
Development commit
Upgraded Gradle. Updated all internal dependencies. Upgraded Android target SDK to 31.
1 parent 2ca3d9b commit 8c87aad

File tree

5 files changed

+10
-21
lines changed

5 files changed

+10
-21
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 30
5+
compileSdkVersion 31
66

7-
buildToolsVersion "30.0.3"
7+
buildToolsVersion "31.0.0"
88
defaultConfig {
99
applicationId "com.bharathvishal.textfilegeneratorbenchmark"
1010
minSdkVersion 21
11-
targetSdkVersion 30
11+
targetSdkVersion 31
1212
multiDexEnabled true
13-
versionCode 12
13+
versionCode 15
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.2.4"
15+
versionName "1.2.5"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -46,9 +46,9 @@ dependencies {
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.3.0'
49+
implementation 'androidx.appcompat:appcompat:1.3.1'
5050
implementation 'androidx.core:core-ktx:1.6.0'
51-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
51+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
5252
testImplementation 'junit:junit:4.13.2'
5353
androidTestImplementation 'androidx.test:runner:1.4.0'
5454
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3"

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:4.2.2'
10+
classpath 'com.android.tools.build:gradle:7.0.0'
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-6.7.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

0 commit comments

Comments
 (0)