File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 android_build_tools_version = " 30.0.2"
3333 android_compile_sdk_version = 33
3434 android_min_sdk_version = 24
35- android_target_sdk_version = 33
35+ android_target_sdk_version = 35
3636
3737 // Required for some dependencies only available from our private S3
3838 //
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ plugins {
22 `kotlin- dsl`
33}
44
5- kotlinDslPluginOptions {
6- experimentalWarning.set(false )
7- }
5+ // kotlinDslPluginOptions {
6+ // experimentalWarning.set(false)
7+ // }
88
99repositories {
1010 jcenter()
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ android {
3636 unitTests. includeAndroidResources = true
3737 unitTests. all {
3838 reports {
39- junitXml. enabled = true
40- html. enabled = true
39+ // junitXml.enabled = true
40+ // html.enabled = true
4141 }
4242 }
4343 }
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ def noSigning =
1212 project. hasProperty(' org.librarysimplified.no_signing' )
1313
1414task javadocsJar (type : Jar ) {
15- classifier = " javadoc"
15+ archiveClassifier = " javadoc"
1616}
1717
1818task sourcesJar (type : Jar ) {
19- classifier = " sources"
19+ archiveClassifier = " sources"
2020 from " src/main/java" , " src/main/resources"
2121}
2222
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ POM_ARTIFACT_ID=org.librarysimplified.simplye.app
22POM_DESCRIPTION =SimplyE (Application)
33POM_NAME =org.librarysimplified.simplye.app
44POM_PACKAGING =apk
5- VERSION_NAME =7.2.6-SNAPSHOT
5+ VERSION_NAME =7.2.9
66
77# Skip this project unless the property `org.librarysimplified.drm.enabled=true`
88# is also defined.
You can’t perform that action at this time.
0 commit comments