11plugins {
22 id ' com.android.library'
3- id ' com.github.dcendents.android-maven'
43 id ' maven-publish'
54 id " com.jfrog.bintray" version " 1.8.5"
5+
66}
77
88group= ' com.github.maddevsio'
@@ -15,32 +15,31 @@ ext {
1515android {
1616 compileSdkVersion 33
1717 defaultConfig {
18- minSdkVersion 18
18+ minSdkVersion 23
1919 targetSdkVersion 33
20- versionCode 1
21- versionName " 1.0"
22-
2320 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
24-
2521 }
26-
2722 buildTypes {
2823 release {
2924 minifyEnabled false
3025 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3126 }
3227 }
33-
28+ compileOptions {
29+ targetCompatibility JavaVersion . VERSION_1_8
30+ sourceCompatibility JavaVersion . VERSION_1_8
31+ }
32+ namespace ' mad.location.manager'
3433}
3534
3635dependencies {
3736 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3837
39- api ' androidx.appcompat:appcompat:1.2.0 '
38+ api ' androidx.appcompat:appcompat:1.4.1 '
4039 api ' androidx.legacy:legacy-support-v4:1.0.0'
41- api ' com.google.android.material:material:1.2.1 '
42- api ' androidx.recyclerview:recyclerview:1.1.0 '
43- implementation " com.google.android.gms:play-services-location:21.0.1 "
40+ api ' com.google.android.material:material:1.6.0 '
41+ implementation ' com.google.android.gms:play-services-location:21.0.1 '
42+ implementation ' org.chromium.net:cronet-embedded:98.4758.101 '
4443 testImplementation ' junit:junit:4.13.2'
4544 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
4645 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
@@ -111,7 +110,6 @@ project.afterEvaluate {
111110 }
112111 }
113112}
114-
115113bintray {
116114 dryRun = false
117115 publish = true
@@ -141,3 +139,4 @@ bintray {
141139 }
142140}
143141
142+
0 commit comments