apply plugin: 'com.android.library' ext { bintrayRepo = 'maven' bintrayName = 'cosmocalendar' publishedGroupId = 'com.github.applikeysolutions' libraryName = 'Cosmocalendar' artifact = 'cosmocalendar' libraryDescription = 'Customizable calendar on Android' siteUrl = 'https://github.com/AppliKeySolutions/CosmoCalendar' gitUrl = 'https://github.com/AppliKeySolutions/CosmoCalendar.git' libraryVersion = '1.0.4' developerId = 'devilbrain666' developerName = 'Ostapenko Yura' developerEmail = 'ostapenko1990yura@gmail.com' licenseName = 'The Apache Software License, Version 2.0' licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt' allLicenses = ["Apache-2.0"] } android { compileSdkVersion 33 defaultConfig { minSdkVersion 23 targetSdkVersion 33 versionCode 1 versionName "1.0.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.recyclerview:recyclerview:1.3.0' } // Place it at the end of the file //apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'