Updated package name from refactored app to -> hpos [working]

This commit is contained in:
vsuryakumar
2023-01-31 15:30:38 +05:30
parent 33ea79d773
commit 64607dcd6d
51 changed files with 196 additions and 220 deletions

View File

@@ -2,12 +2,13 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}
//apply plugin: 'kotlin-android'
android {
compileSdk 32
defaultConfig {
applicationId "com.example.refactoredapp"
applicationId "com.example.hpos"
minSdk 21
targetSdk 32
versionCode 1
@@ -44,8 +45,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation 'com.opencsv:opencsv:4.6'
@@ -55,4 +54,11 @@ dependencies {
implementation 'com.opencsv:opencsv:4.6'
}
// implementation 'androidx.appcompat:appcompat:1.1.0'
// implementation "androidx.core:core-ktx:+"
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
//repositories {
// mavenCentral()
//}