File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
4747dependencies {
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'
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.7.10 '
4+ ext. kotlin_version = ' 1.7.20 '
55 repositories {
66 google()
77 mavenCentral()
You can’t perform that action at this time.
0 commit comments