Skip to content

Commit 6dcf3a3

Browse files
author
DayBySay
committed
add SDK Ver 4.0.1
1 parent e227b37 commit 6dcf3a3

13 files changed

+42
-19
lines changed

README.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,44 @@
1-
# fluct 広告配信 SDK for Android
1+
fluct 広告配信 SDK for Android
2+
===
23

3-
## 前提条件
4+
# 前提条件
45
* Android Studio 1.0 以降
56
* Android レベル 9 (Gingerbread) 以降
67

7-
## 導入
8+
# 導入
89
以下のいずれかを参照してください
910
* [fluct 広告配信 SDK for Android 簡易導入ガイド](HOW-TO-SETUP.md)
1011
* [fluct 広告配信 SDK for Android 導入仕様書 (PDF)](fluct広告配信SDK導入仕様書.pdf)
1112

12-
## 旧バージョンからの移行
13+
# 旧バージョンからの移行
1314
* [旧バージョンからの移行ガイド](MIGRATION-GUIDE.md)
1415

15-
## 最新リリースノート
16+
# 最新リリースノート
1617

17-
### v4.0.0 - 2016/10/17
18+
## v4.0.1 - 2016/11/01
1819

19-
#### 新規追加
20+
### 変更
21+
* デバッグ情報取得効率化のため、内部処理を変更
22+
* 広告リクエストを https で行うように変更
23+
24+
## v4.0.0 - 2016/10/17
25+
26+
### 新規追加
2027
* FluctView コールバック
2128

22-
#### 変更
29+
### 変更
2330
* 主開発環境を Android Studio
2431
* ライブラリファイル形式を Android Library (.AAR)
2532
* ライブラリ提供方式を リモート maven リポジトリ
2633
* FluctSDK クラスパス
2734
* FluctInterstitial コールバック
2835

29-
## 以前の変更点について
36+
# 以前の変更点について
3037
* [改版履歴](RELEASES.md)をご確認下さい。
3138

32-
## JAR 提供について
39+
# JAR 提供について
3340
v4.0.0 より提供するライブラリファイル形式を変更させていただきました。<br/>
3441
もし .JAR ファイルにて fluct 広告配信 SDK for Android を提供して欲しい場合は、弊社営業担当までご連絡ください。
3542

36-
---
3743
## LICENSE
3844
Copyright fluct, Inc. All rights reserved.

SampleApp/app/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ android {
2121

2222
dependencies {
2323
repositories {
24-
mavenLocal()
25-
2624
// FluctSDK maven repository
2725
maven {
2826
url 'https://raw.github.com/voyagegroup/FluctSDK-Android/master/m2/repository/'

SampleApp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.0'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
-4.42 KB
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b682742da3157bc7587d6f0046c41e1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c85338b9b57bb45770a53a71778e35cb41ca0441
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>jp.fluct</groupId>
5+
<artifactId>FluctSDK</artifactId>
6+
<version>4.0.1</version>
7+
<packaging>aar</packaging>
8+
<dependencies>
9+
<dependency>
10+
<groupId>com.google.android.gms</groupId>
11+
<artifactId>play-services-base</artifactId>
12+
<version>9.6.1</version>
13+
</dependency>
14+
</dependencies>
15+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6a9f69ccff6297c883324c9734360fd3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
06d7b4536aef6f504bf72c9ce2610da009928bcd

m2/repository/jp/fluct/FluctSDK/maven-metadata.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<groupId>jp.fluct</groupId>
44
<artifactId>FluctSDK</artifactId>
55
<versioning>
6-
<release>4.0.0</release>
6+
<release>4.0.1</release>
77
<versions>
8-
<version>4.0.0</version>
8+
<version>4.0.1</version>
99
</versions>
10-
<lastUpdated>20161017071415</lastUpdated>
10+
<lastUpdated>20161104013847</lastUpdated>
1111
</versioning>
1212
</metadata>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aa9e65120d69ec781d640045264a828e
1+
03bfad29cc8e591c0a300f4e78658b93
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fde2043d8197d5964ffcfad3aec61224c3ef7ad8
1+
253b3561149158b57c2ba852410ba097ec332f7b

0 commit comments

Comments
 (0)