Updated before playstore release

Took 5 minutes
This commit is contained in:
2020-09-30 13:12:09 +01:00
parent 1b7507e892
commit 8352735b17
63 changed files with 593 additions and 370 deletions

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
compileSdkVersion 29
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "com.example.h_mal.shift_tracker"
applicationId "com.appttude.h_mal.farmr"
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -21,17 +21,15 @@ android {
}
dependencies {
implementation 'com.android.support:support-v4:25.4.0'
implementation 'com.android.support:support-vector-drawable:25.4.0'
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support:support-vector-drawable:26.1.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support:design:25.4.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.ajts.androidmads.SQLite2Excel:library:1.0.2'
compile 'com.google.android.gms:play-services-ads:11.8.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.ajts.androidmads.SQLite2Excel:library:1.0.2'
testCompile 'junit:junit:4.12'
}