File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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 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
4647dependencies {
@@ -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'
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments