Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

Conversation

@lj-huang
Copy link

@doa11

対応

ShellAppSDK for AndroidのTargetSdkVersion28対応におけるサンプルの更新

TODO

  • QA完了したらMasterにマージ
  • MasterにマージしたらTagを切る
  • SDKの方のsubmoduleの更新

package="jp.mobage.am.shellapp.sample"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これらのpermissionは、SDKのmanifestに宣言していたので、不要だと思い削除しました。

@lj-huang lj-huang force-pushed the lj/targetsdkversion28 branch from cbf8b80 to 2770e3d Compare May 15, 2019 03:50
@lj-huang lj-huang requested a review from doa11 May 15, 2019 03:53
implementation 'com.google.firebase:firebase-messaging:17.1.0'
implementation 'com.firebase:firebase-jobdispatcher:0.8.5'
implementation project(':MobageShellAppSDKAndroid')
implementation 'com.google.android.gms:play-services-base:16.1.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらなんで追加したか気になります。確か古いものなので使ってない認識です。

あとちなみに以下を消した理由は成果物のgradleに記載したから で認識あってますでしょうか?

implementation 'com.google.android.gms:play-services-ads:15.0.1'
implementation 'com.google.firebase:firebase-messaging:17.1.0'	
implementation 'com.firebase:firebase-jobdispatcher:0.8.5'

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらなんで追加したか気になります。確か古いものなので使ってない認識です。

https://github.com/DeNADev/MobageShellAppSDKSampleApp/blob/master/android/MobageShellAppSDKSampleApp/shellAppSDKSample/src/main/java/com/mobage/android/shellappsdk/sample/SACUtils.java#L27-L28

import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;

この辺りで使われてますね。

あとちなみに以下を消した理由は成果物のgradleに記載したから で認識あってますでしょうか?

はい、 各 gradle moduleは、自分が依存している libしか管理しません というポリシーで消しました。

doa.kim added 2 commits July 8, 2019 17:39
This reverts commit 0227110.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants