Skip to content

Commit

Permalink
Downgrade Gradle because of compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jul 12, 2023
1 parent e330c08 commit fb767a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions ktorfit-annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ android {
minSdk = 21
targetSdk = 33
}
namespace = "de.jensklingenberg.ktorfit.annotations"
}

val enableSigning = project.hasProperty("ORG_GRADLE_PROJECT_signingInMemoryKey")
Expand Down
2 changes: 1 addition & 1 deletion ktorfit-annotations/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="de.jensklingenberg.ktorfit.annotations"/>
<manifest />
1 change: 1 addition & 0 deletions ktorfit-lib-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ android {
minSdk = 21
targetSdk = 33
}
namespace = "de.jensklingenberg.ktorfit.common"
}


Expand Down
2 changes: 1 addition & 1 deletion ktorfit-lib-common/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="de.jensklingenberg.ktorfit.common"/>
<manifest />
1 change: 1 addition & 0 deletions ktorfit-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ android {
minSdk = 21
targetSdk = 33
}
namespace = "de.jensklingenberg.ktorfit"
}


Expand Down
2 changes: 1 addition & 1 deletion ktorfit-lib/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="de.jensklingenberg.ktorfit"/>
<manifest />

0 comments on commit fb767a4

Please sign in to comment.