diff --git a/app/build.gradle b/app/build.gradle index 4ba3ae1..f41a166 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,8 +1,7 @@ apply plugin: 'com.android.application' -apply plugin: 'com.google.gms.google-services' android { - compileSdkVersion 30 + compileSdkVersion 33 // buildToolsVersion "26.0.1" buildToolsVersion "30.0.2" // new line added fro error Execution failed for task ':app:lint'. @@ -12,33 +11,38 @@ android { defaultConfig { applicationId "gov.dol.childlabor" minSdkVersion 16 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 7 versionName "1.9" ndk.abiFilters 'armeabi-v7a','arm64-v8a' + multiDexEnabled true } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } + } productFlavors { } } dependencies { - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - compile fileTree(include: ['*.jar'], dir: 'libs') - testCompile 'junit:junit:4.12' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + //implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation fileTree(include: ['*.jar'], dir: 'libs') + testImplementation 'junit:junit:4.13.2' // compile 'com.android.support:appcompat-v7:26.1.0' // compile 'com.android.support:design:26.1.0' - compile 'androidx.appcompat:appcompat:1.0.0' - compile 'com.google.android.material:material:1.0.0' - compile 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar' - compile 'se.emilsjolander:stickylistheaders:2.7.0' - compile 'com.google.android.gms:play-services-analytics:8.1.0' - compile 'io.karim:materialtabs:2.0.2' - compile project(':MPChartLib') + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'com.google.android.material:material:1.6.0' + implementation 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar' + implementation 'se.emilsjolander:stickylistheaders:2.7.0' + + implementation 'io.karim:materialtabs:2.0.2' + implementation project(':MPChartLib') implementation 'com.google.maps.android:android-maps-utils:2.2.3' + implementation 'com.google.android.gms:play-services-analytics:18.0.2' + implementation 'com.android.support:multidex:1.0.3' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1193470..4859870 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,18 +14,23 @@ android:label="@string/app_name" android:largeHeap="true" android:supportsRtl="true" + android:enabled="true" android:theme="@style/AppTheme"> - - + + + @@ -35,6 +40,7 @@ @@ -54,6 +61,7 @@ @@ -63,6 +71,7 @@ @@ -72,6 +81,7 @@ @@ -81,6 +91,7 @@ @@ -90,6 +101,7 @@ @@ -99,6 +111,7 @@ @@ -108,6 +121,7 @@ @@ -117,6 +131,7 @@ @@ -126,6 +141,7 @@ @@ -135,6 +151,7 @@ @@ -144,6 +161,7 @@ @@ -153,6 +171,7 @@ @@ -162,6 +181,7 @@ @@ -171,6 +191,7 @@ @@ -180,6 +201,7 @@ @@ -189,6 +211,7 @@ @@ -198,6 +221,7 @@ @@ -207,6 +231,7 @@ + + + \ No newline at end of file