随笔分类 - config
配置
摘要:<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/to
阅读全文
摘要:plugins { id 'com.android.application' } //packagingOptions { // exclude 'META-INF/DEPENDENCIES' //} android { compileSdk 32 useLibrary 'org.apache.ht
阅读全文
摘要:// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.
阅读全文
摘要:# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specifi
阅读全文
摘要:pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() // maven { url 'https://jitpack.io' } } } dependencyResolutionManagemen
阅读全文