Skip to content

Commit

Permalink
Update Gradle to v7.4 and plugin to v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Sep 25, 2022
1 parent 4d3b4b8 commit f0fbe5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apply plugin: 'kotlin-kapt'


android {
namespace 'com.orgzly'

compileSdkVersion 32

defaultConfig {
Expand Down
3 changes: 1 addition & 2 deletions app/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.orgzly">
xmlns:tools="http://schemas.android.com/tools">

<uses-sdk
android:minSdkVersion="18"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.orgzly"
android:installLocation="auto">

<!-- Initially added for Dropbox sync. -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

def versions = [:]

versions.android_gradle_plugin = '7.2.2'
versions.android_gradle_plugin = '7.3.0'

versions.kotlin = '1.7.10'

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 Jan 29 20:23:20 CET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit f0fbe5d

Please sign in to comment.