Skip to content

Commit

Permalink
Update Gradle and AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelydaniel committed Dec 17, 2022
1 parent 340417a commit 9849284
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.3.1")
}
}

Expand Down
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 @@
#Sat Apr 23 23:43:13 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
6 changes: 3 additions & 3 deletions kgl-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
}

android {
compileSdkVersion(31)
compileSdk = 33

defaultConfig {
minSdkVersion(21)
targetSdkVersion(31)
minSdk = 21
targetSdk = 33
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Despite it not being ready I can still recommend using it, since it's designed t
```groovy
maven { url 'https://maven.danielgergely.com/releases' }
implementation 'com.gergelydaniel.kgl:$artifactName:0.6'
implementation 'com.gergelydaniel.kgl:$artifactName:0.6.1'
```

## Build
Expand Down

0 comments on commit 9849284

Please sign in to comment.