diff --git a/app/build.gradle b/app/build.gradle index 2b9f8cf9..fd27b313 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,9 +6,7 @@ plugins { android { namespace 'com.github.catvod' - compileSdk { - version = release(36) - } + compileSdk 36 defaultConfig { applicationId "com.github.catvod.demo" @@ -53,4 +51,4 @@ dependencies { implementation 'com.hierynomus:smbj:0.14.0' implementation 'com.orhanobut:logger:2.2.0' implementation 'org.jsoup:jsoup:1.21.2' -} \ No newline at end of file +}