Skip to content

Instantly share code, notes, and snippets.

@AsynctaskCoffee
Last active September 16, 2019 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AsynctaskCoffee/98277aed300dca01992489ffc7f694b0 to your computer and use it in GitHub Desktop.
Save AsynctaskCoffee/98277aed300dca01992489ffc7f694b0 to your computer and use it in GitHub Desktop.
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.github.AsynctaskCoffee:VideoLayout:1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment