Skip to content

Commit

Permalink
Releasing with 8.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMathanR committed Jul 4, 2019
1 parent 262da57 commit 11757a3
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 174 deletions.
4 changes: 4 additions & 0 deletions .idea/encodings.xml

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

12 changes: 1 addition & 11 deletions .idea/misc.xml

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

218 changes: 76 additions & 142 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Binary file removed latest-sdk/greedygame-2131.aar
Binary file not shown.
Binary file added latest-sdk/greedygame-2133.aar
Binary file not shown.
10 changes: 8 additions & 2 deletions sample-game/.idea/misc.xml

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

16 changes: 1 addition & 15 deletions sample-game/SampleGame/build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
buildscript {
repositories {
maven { url 'https://maven.fabric.io/public' }
}

dependencies {
classpath 'io.fabric.tools:gradle:1.+'

}
}

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

repositories {
maven { url 'https://maven.fabric.io/public' }
}



android {
compileSdkVersion 25
Expand Down Expand Up @@ -46,9 +35,6 @@ dependencies {
compile 'com.github.lzyzsd:circleprogress:1.2.1'
compile 'com.jakewharton:butterknife:8.7.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
transitive = true
}

compile ('com.facebook.android:audience-network-sdk:4.25.0') {
transitive = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
import android.widget.TextView;
import android.widget.Toast;

import com.crashlytics.android.Crashlytics;
import com.github.lzyzsd.circleprogress.DonutProgress;
import com.greedygame.android.agent.GreedyGameAgent;
import com.greedygame.android.commons.DeviceHelper;
import com.greedygame.android.core.campaign.CampaignStateListener;

import io.fabric.sdk.android.Fabric;
import uk.co.chrisjenx.calligraphy.CalligraphyConfig;
import uk.co.chrisjenx.calligraphy.CalligraphyContextWrapper;

Expand All @@ -54,7 +52,6 @@ public class MainActivity extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Log.d(TAG, "Activity Created");
Fabric.with(this, new Crashlytics());
setContentView(R.layout.activity_main);
mGreedyGameAgent = new GreedyGameAgent.Builder(this)
.enableAdmob(true)
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-2131.aar'))
artifacts.add("default", file('r-android-sdk-2133.aar'))
Binary file removed sample-game/r-android-sdk/greedygame-2131.aar
Binary file not shown.
Binary file added sample-game/r-android-sdk/r-android-sdk-2133.aar
Binary file not shown.

0 comments on commit 11757a3

Please sign in to comment.