From 7ab9bab224d19c246fa908f8a8bae4829de00c8d Mon Sep 17 00:00:00 2001 From: ahmad najar Date: Sun, 30 Oct 2022 21:43:24 +0300 Subject: [PATCH] add the new release publish id --- build.gradle | 3 ++- smilerating/build.gradle | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2bc15ed..d6af1da 100644 --- a/build.gradle +++ b/build.gradle @@ -4,9 +4,10 @@ buildscript { repositories { mavenCentral() google() + maven { url "https://jitpack.io" } } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:7.3.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/smilerating/build.gradle b/smilerating/build.gradle index 5a4a5fc..44c421e 100644 --- a/smilerating/build.gradle +++ b/smilerating/build.gradle @@ -17,6 +17,10 @@ android { lintOptions { abortOnError false } + compileOptions { + sourceCompatibility JavaVersion.VERSION_11 + targetCompatibility JavaVersion.VERSION_11 + } }