buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
minifyEnabled false
shrinkResources false
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'org.videolan.android:libvlc-all:3.3.14' // 의존성 추가
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.annotation:annotation:1.1.0'
}
Flutter로 image.network not load 에러 (0) | 2021.07.08 |
---|---|
[Flutter] setState() or markNeedsBuild() called during build. (0) | 2021.06.21 |
[Java] SSL 접속 시 에러 (No subject alternative names matching IP address 192.168.0.10 found) (3) | 2021.03.08 |
댓글 영역