Merge branch 'v_3.0' of github.com:AriaLyy/Aria into v_3.0

pull/330/head
AriaLyy 7 years ago
commit 0959e7c67c
  1. 3
      Aria/build.gradle

@ -22,7 +22,6 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs') compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:appcompat-v7:23.1.1'
// compile project(':AriaCompiler') compile project(':AriaAnnotations')
compile project(':AriaAnnotations') //gradle
} }
apply from: 'bintray-release.gradle' apply from: 'bintray-release.gradle'

Loading…
Cancel
Save