Skip to content

Commit

Permalink
Gradle bump
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 20, 2023
1 parent c24c48e commit cf7ae16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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 @@
#Fri Mar 10 15:14:55 CET 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ configurations {

android {
namespace 'com.nextcloud.android.sso'
compileSdkVersion 31
compileSdk 34
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 34
consumerProguardFiles 'consumer-proguard-rules.pro'
}

Expand Down
7 changes: 3 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ apply plugin: 'com.android.application'
android {
namespace 'com.nextcloud.android.sso.sample'

compileSdkVersion 33
buildToolsVersion "32.0.0"
compileSdk 34

defaultConfig {
applicationId "com.nextcloud.android.sso.sample"
minSdkVersion 22
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -43,4 +42,4 @@ dependencies {

androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
}

0 comments on commit cf7ae16

Please sign in to comment.