From 436badf2f748f7b0f3e4a1b3df7a380520e13f54 Mon Sep 17 00:00:00 2001 From: ajaypalRumtra Date: Fri, 24 Nov 2023 21:21:22 +0530 Subject: [PATCH 1/2] To check push code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16d00d..c3bc548 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # šŸ”„šŸ”„ Flutter Social App Concept [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Twitter Follow](https://img.shields.io/twitter/follow/iamjideguru.svg?style=social)](https://twitter.com/iamjideguru) Flutter representation of a Social App Concept i found on Uplabs. -Starā­ the repo if you like what you seešŸ˜‰. +Starā­ the repo if you like what you see. Images are from [Unsplash](https://unsplash.com) From d2131d05be0d2b754154d2ae462d9f4ce05efc27 Mon Sep 17 00:00:00 2001 From: ajaypalRumtra Date: Fri, 24 Nov 2023 21:35:20 +0530 Subject: [PATCH 2/2] upgrade_gradle_version --- README.md | 2 +- android/app/build.gradle | 2 +- android/build.gradle | 6 +++--- android/gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3bc548..c16d00d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # šŸ”„šŸ”„ Flutter Social App Concept [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Twitter Follow](https://img.shields.io/twitter/follow/iamjideguru.svg?style=social)](https://twitter.com/iamjideguru) Flutter representation of a Social App Concept i found on Uplabs. -Starā­ the repo if you like what you see. +Starā­ the repo if you like what you seešŸ˜‰. Images are from [Unsplash](https://unsplash.com) diff --git a/android/app/build.gradle b/android/app/build.gradle index 867e69e..5b9d53d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 29 + compileSdkVersion 33 sourceSets { main.java.srcDirs += 'src/main/kotlin' diff --git a/android/build.gradle b/android/build.gradle index 3100ad2..b7dbe93 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ buildscript { - ext.kotlin_version = '1.3.50' + ext.kotlin_version = '1.7.10' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0' + classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } @@ -26,6 +26,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 296b146..6b66533 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip