Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 311 Bytes

File metadata and controls

19 lines (15 loc) · 311 Bytes

Lib-FileViewer

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

	dependencies {
          implementation 'com.github.Genomoz:Lib-FileViewer:0.2'
  }