Skip to content

Commit

Permalink
Some gradle change
Browse files Browse the repository at this point in the history
  • Loading branch information
ABPSoft committed Oct 29, 2021
1 parent 0382150 commit 9532992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ABPWebService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ android {
}
}
//این باید حتماً توی پروژه باشه. چون نباشه کار نمیکنه
compileOptions {
/*compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}*/
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ android {
}

//این باید حتماً باشه. چون نباشه کار نمیکنه
compileOptions {
/*compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}*/
}

dependencies {
Expand Down

0 comments on commit 9532992

Please sign in to comment.