Skip to content

Commit a7c2b3e

Browse files
committed
Gradle commit
Gradle commit
1 parent ce39a19 commit a7c2b3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
minSdkVersion 23
1111
targetSdkVersion 33
1212
multiDexEnabled true
13-
versionCode 68
13+
versionCode 71
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "2.2"
15+
versionName "2.3"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation fileTree(dir: 'libs', include: ['*.jar'])
49-
implementation 'com.google.android.material:material:1.8.0-alpha03'
49+
implementation 'com.google.android.material:material:1.8.0-beta01'
5050
implementation 'com.github.bumptech.glide:glide:4.14.2'
5151
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
5252
implementation 'androidx.cardview:cardview:1.0.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<resources>
22
<string name="app_name">Text File Generator and Benchmark</string>
3-
<string name="txtCredits">© 2020-2022. Developed by Bharath Vishal<a href="https://github.com/BharathVishal">\nGithub</a></string>
3+
<string name="txtCredits">© 2020–2023. Developed by Bharath Vishal<a href="https://github.com/BharathVishal">\nGithub</a></string>
44
</resources>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.7.10'
4+
ext.kotlin_version = '1.7.20'
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)