Add maven config

This commit is contained in:
Mikołaj Pich 2019-10-22 22:25:02 +02:00
parent 0975a6d69b
commit 560cc52cc1
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
2 changed files with 5 additions and 4 deletions

View file

@ -10,8 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

View file

@ -1,16 +1,18 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
group='io.github.wulkanowy.uonet-request-signer '
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "0.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'