Skip to content

Commit

Permalink
Releasing with 8.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMathanR committed Oct 10, 2018
1 parent 1d77070 commit 6d04cb2
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 19 deletions.
Binary file removed latest-sdk/r-android-sdk-2125.aar
Binary file not shown.
Binary file added latest-sdk/r-android-sdk-2128.aar
Binary file not shown.
29 changes: 29 additions & 0 deletions sample-game/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions sample-game/SampleGame/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity
android:name="org.cocos2dx.cpp.AppActivity"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name="com.greedygame.android.core.campaign.uii.web.GGWebActivity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void onCreate(Bundle savedInstanceState) {
.enableCrash(true)
.addUnitId("float-2473")
.addUnitId("unit-3408")
.setGameId("92021698")
.build();
String[] PERMISSIONS = {Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.WRITE_EXTERNAL_STORAGE};

Expand Down Expand Up @@ -192,12 +193,6 @@ public void showFloatUnit() {
}

private CampaignStateListener mCampaignStateListener = new CampaignStateListener() {
@Override
public void onFound() {
/*if(!GreedyGameAgent.isCampaignAvailable()){
Toast.makeText(getApplication(),"Campaign not found",Toast.LENGTH_SHORT).show();
}*/
}

@Override
public void onUnavailable() {
Expand Down
2 changes: 1 addition & 1 deletion sample-game/r-android-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('r-android-sdk-2125.aar'))
artifacts.add("default", file('r-android-sdk-2128.aar'))
Binary file removed sample-game/r-android-sdk/r-android-sdk-2125.aar
Binary file not shown.
Binary file added sample-game/r-android-sdk/r-android-sdk-2128.aar
Binary file not shown.

0 comments on commit 6d04cb2

Please sign in to comment.