Skip to content

Commit 9f9b2e3

Browse files
committed
Dev commit
- Upgraded gradle plugin to 8.2 - Updated all internal dependencies.
1 parent 8ea2ab8 commit 9f9b2e3

File tree

16 files changed

+28
-20
lines changed

16 files changed

+28
-20
lines changed

.idea/gradle.xml

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

.idea/kotlinc.xml

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

.idea/migrations.xml

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

.idea/misc.xml

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

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ android {
99
minSdkVersion 23
1010
targetSdkVersion 34
1111
multiDexEnabled true
12-
versionCode 84
12+
versionCode 89
1313
vectorDrawables.useSupportLibrary = true
14-
versionName "2.6"
14+
versionName "2.7"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717

@@ -45,7 +45,7 @@ android {
4545

4646
dependencies {
4747
implementation fileTree(dir: 'libs', include: ['*.jar'])
48-
implementation 'com.google.android.material:material:1.11.0-beta01'
48+
implementation 'com.google.android.material:material:1.11.0'
4949
implementation 'com.github.bumptech.glide:glide:4.16.0'
5050
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
5151
implementation 'androidx.cardview:cardview:1.0.0'

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright 2018-2023 Bharath Vishal G.
3+
Copyright 2018-2024 Bharath Vishal G.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

app/src/main/java/com/bharathvishal/textfilegeneratorbenchmark/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright 2018-2023 Bharath Vishal G.
3+
* Copyright 2018-2024 Bharath Vishal G.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

app/src/main/java/com/bharathvishal/textfilegeneratorbenchmark/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright 2018-2023 Bharath Vishal G.
3+
* Copyright 2018-2024 Bharath Vishal G.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

app/src/main/java/com/bharathvishal/textfilegeneratorbenchmark/MyApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright 2018-2023 Bharath Vishal G.
3+
* Copyright 2018-2024 Bharath Vishal G.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

app/src/main/java/com/bharathvishal/textfilegeneratorbenchmark/TextFileGeneratorFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Copyright 2018-2023 Bharath Vishal G.
3+
* Copyright 2018-2024 Bharath Vishal G.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)