File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.application '
2+ id ' com.android.library '
33 id ' org.jetbrains.kotlin.android'
4+ id ' maven-publish'
45}
56
67android {
78 namespace ' com.example.simpleaudiocontroller'
89 compileSdk 33
910
1011 defaultConfig {
11- applicationId " com.example.simpleaudiocontroller"
1212 minSdk 24
1313 targetSdk 33
1414 versionCode 1
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+ buildscript {
3+ dependencies {
4+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
5+ }
6+ }
7+
28plugins {
39 id ' com.android.application' version ' 8.0.1' apply false
410 id ' com.android.library' version ' 8.0.1' apply false
Original file line number Diff line number Diff line change 11jdk :
2- - openjdk11
2+ - openjdk17
You can’t perform that action at this time.
0 commit comments