Guest User

Untitled

a guest
Jan 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. buildscript {
  2. repositories {
  3. mavenCentral()
  4. }
  5.  
  6. dependencies {
  7. classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
  8. }
  9. }
  10. apply plugin: 'com.github.dcendents.android-maven'
  11. apply plugin: 'com.android.library'
  12. apply plugin: 'kotlin-android'
  13. group 'com.dateAndTimePicker.reza'
  14.  
  15. version '0.0.1'
Add Comment
Please, Sign In to add comment