Difference between revisions of "Android SDK"

From AdLocus
Jump to: navigation, search
(版本: 3.3.21)
Line 12: Line 12:
 
<syntaxhighlight lang="java">
 
<syntaxhighlight lang="java">
 
dependencies {
 
dependencies {
     compile 'com.adlocus:library:3.3.21@aar'
+
     compile 'com.adlocus:library:3.3.22@aar'
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 18:20, 16 July 2015

版本: 3.3.21

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

Android Studio

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

Eclipse

  • 暫無