Skip to content

Commit

Permalink
Merge pull request #58 from mhmd-android/refactor/remove_gradle_warnings
Browse files Browse the repository at this point in the history
[refactor] add "@Suppress("UnstableApiUsage")" for ignore @Incubatig warnings
  • Loading branch information
Kaaveh authored Aug 14, 2023
2 parents 0f7b7a8 + 78fdff6 commit 19cae9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
useSupportLibrary = true
}
}

@Suppress("UnstableApiUsage")
buildTypes {
val release by getting {
isMinifyEnabled = false
Expand Down
2 changes: 1 addition & 1 deletion build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositories {
google()
Expand Down

0 comments on commit 19cae9e

Please sign in to comment.