File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ android {
88
99 defaultConfig {
1010 minSdkVersion 21
11- targetSdkVersion 34
11+ targetSdkVersion 33
1212 versionCode 1
1313 versionName VERSION_NAME
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515 }
1616
1717 compileOptions {
18- sourceCompatibility JavaVersion . VERSION_17
19- targetCompatibility JavaVersion . VERSION_17
18+ sourceCompatibility JavaVersion . VERSION_11
19+ targetCompatibility JavaVersion . VERSION_11
2020 }
2121
2222 buildTypes {
@@ -52,12 +52,6 @@ dependencies {
5252 androidTestImplementation(libs. espressoCore)
5353}
5454
55- java {
56- toolchain {
57- languageVersion = JavaLanguageVersion . of(17 )
58- }
59- }
60-
6155apply from : " ${ rootDir} /gradle/javadoc.gradle"
6256apply from : " ${ rootDir} /gradle/checkstyle.gradle"
6357apply from : " ${ rootDir} /gradle/gradle-publish.gradle"
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.0.2
1+ VERSION_NAME =0.0.3
22POM_NAME =MapLibre Android Gestures Library
You can’t perform that action at this time.
0 commit comments