diff --git a/ABPWebService/build.gradle b/ABPWebService/build.gradle index bf0428d..8312eca 100644 --- a/ABPWebService/build.gradle +++ b/ABPWebService/build.gradle @@ -19,10 +19,10 @@ android { } } //این باید حتماً توی پروژه باشه. چون نباشه کار نمیکنه - compileOptions { + /*compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 - } + }*/ } dependencies { diff --git a/app/build.gradle b/app/build.gradle index 160db33..3d5eb83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,10 +17,10 @@ android { } //این باید حتماً باشه. چون نباشه کار نمیکنه - compileOptions { + /*compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 - } + }*/ } dependencies {