Skip to content

Commit 534c180

Browse files
committed
Gradle commit
1 parent 44ac868 commit 534c180

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 5 additions & 4 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 54
13+
versionCode 59
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.9"
15+
versionName "2.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -41,6 +41,7 @@ android {
4141
kotlinOptions {
4242
jvmTarget = "11"
4343
}
44+
namespace 'com.bharathvishal.textfilegeneratorbenchmark'
4445
}
4546

4647
dependencies {
@@ -50,8 +51,8 @@ dependencies {
5051
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
5152
implementation 'androidx.cardview:cardview:1.0.0'
5253
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
53-
implementation 'androidx.appcompat:appcompat:1.5.0'
54-
implementation 'androidx.core:core-ktx:1.8.0'
54+
implementation 'androidx.appcompat:appcompat:1.5.1'
55+
implementation 'androidx.core:core-ktx:1.9.0'
5556
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5657
testImplementation 'junit:junit:4.13.2'
5758
androidTestImplementation 'androidx.test:runner:1.4.0'

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.bharathvishal.textfilegeneratorbenchmark">
3+
xmlns:tools="http://schemas.android.com/tools">
54

65
<application
76
android:name=".MyApplication"

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.2.2'
10+
classpath 'com.android.tools.build:gradle:7.3.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-7.3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip

0 commit comments

Comments
 (0)