add Builds Apk File

parent 3ecb2615
...@@ -2,13 +2,13 @@ apply plugin: 'com.android.application' ...@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics' apply plugin: 'com.google.firebase.crashlytics'
android { android {
compileSdkVersion 33 compileSdkVersion 32
buildToolsVersion "30.0.3" buildToolsVersion "30.0.3"
defaultConfig { defaultConfig {
applicationId "w.soulofpluto.posstockauditrecieving" applicationId "w.soulofpluto.posstockauditrecieving"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 33 targetSdkVersion 32
versionCode 2 versionCode 2
versionName "1.1" versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
...@@ -45,9 +45,10 @@ dependencies { ...@@ -45,9 +45,10 @@ dependencies {
implementation 'com.google.firebase:firebase-crashlytics:18.2.1' implementation 'com.google.firebase:firebase-crashlytics:18.2.1'
implementation 'com.karumi:dexter:6.2.3' implementation 'com.karumi:dexter:6.2.3'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.android.support:multidex:1.0.3' implementation 'com.android.support:multidex:1.0.3'
androidTestImplementation "androidx.test.ext:junit:1.1.3"
} }
\ No newline at end of file
<resources> <resources>
<string name="app_name">Pos Stock Receive And Transfer </string> <string name="app_name">Pos Stock Audit </string>
<string name="success" translatable="false">success</string> <string name="success" translatable="false">success</string>
<string name="msg" translatable="false">msg</string> <string name="msg" translatable="false">msg</string>
<string name="data" translatable="false">data</string> <string name="data" translatable="false">data</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment