File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/functionalTest/kotlin/io/github/reactivecircus/appversioning/fixtures Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,11 @@ abstract class AndroidProjectTemplate {
7474
7575 android {
7676 namespace = "$DEFAULT_PACKAGE_NAME .${projectName.replace(" -" , " ." )} "
77- compileSdkVersion(35 )
78- buildToolsVersion = "35 .0.0"
77+ compileSdkVersion(34 )
78+ buildToolsVersion = "34 .0.0"
7979 defaultConfig {
8080 minSdkVersion(21)
81- targetSdkVersion(35 )
81+ targetSdkVersion(34 )
8282 }
8383
8484 lintOptions.isCheckReleaseBuilds = false
@@ -110,11 +110,11 @@ abstract class AndroidProjectTemplate {
110110
111111 android {
112112 namespace '$DEFAULT_PACKAGE_NAME .${projectName.replace(" -" , " ." )} '
113- compileSdkVersion 35
114- buildToolsVersion "35 .0.0"
113+ compileSdkVersion 34
114+ buildToolsVersion "34 .0.0"
115115 defaultConfig {
116116 minSdkVersion 21
117- targetSdkVersion 35
117+ targetSdkVersion 34
118118 }
119119
120120 lintOptions {
You can’t perform that action at this time.
0 commit comments