Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
gradle repositories fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Jan 4, 2018
1 parent e9ea817 commit a6d76b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand Down
10 changes: 4 additions & 6 deletions library/build.gradle
@@ -1,13 +1,10 @@
apply plugin: 'com.android.library'

/*

repositories {
mavenCentral()
flatDir {
dirs 'libs' //this way we can find the .aar file in libs folder
}
google()
jcenter()
}
*/

android {
compileSdkVersion 27
Expand All @@ -24,6 +21,7 @@ android {
}

dependencies {

compile 'com.scottyab:aes-crypto:0.0.5'

//used when referencing a local copy of aes-crypto
Expand Down

0 comments on commit a6d76b1

Please sign in to comment.