Difference between revisions of "Android SDK"

From AdLocus
Jump to: navigation, search
(Beta(僅限受邀的開發者使用))
Line 13: Line 13:
 
<syntaxhighlight lang="java">
 
<syntaxhighlight lang="java">
 
dependencies {
 
dependencies {
     compile 'com.adlocus:library:3.3.16@aar'
+
     compile 'com.adlocus:library:3.3.18@aar'
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 12:09, 13 July 2015

版本: 3.3.16


Beta(僅限受邀的開發者使用)

Android Studio

  • Gradle 加入程式碼如下
dependencies {
    compile 'com.adlocus:library:3.3.18@aar'
}

Eclipse