|
|
|
@ -1,19 +1,10 @@
|
|
|
|
|
apply plugin: 'com.android.library' |
|
|
|
|
apply plugin: 'maven' |
|
|
|
|
apply plugin: 'kotlin-android' |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileSdkVersion androidCompileSdkVersion |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
|
mavenCentral() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
configurations.all { |
|
|
|
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
implementation "androidx.annotation:annotation:1.2.0" |
|
|
|
|
implementation "com.google.protobuf:protobuf-java:$protobufVersion" |
|
|
|
|