Skip to content

Commit

Permalink
Releasing with beta9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMathanR committed Mar 12, 2019
1 parent af67004 commit d8c6725
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ local.properties
# Proguard folder generated by Eclipse
proguard/

.idea/*.xml

# Log Files
*.log

Expand Down
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/libraries/Gradle__com_greedygame_commons_9_0.xml

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

6 changes: 3 additions & 3 deletions .idea/libraries/Gradle__com_greedygame_core_9_0.xml

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

2 changes: 1 addition & 1 deletion .idea/libraries/Gradle__com_greedygame_mystique_1_1.xml

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

2 changes: 1 addition & 1 deletion .idea/libraries/Gradle__com_greedygame_volley_1_1.xml

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

172 changes: 158 additions & 14 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/app.iml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ package com.greedygame.androidsample
import android.os.Bundle
import android.support.design.widget.Snackbar
import android.support.v7.app.AppCompatActivity
import com.google.android.gms.ads.AdListener

import com.greedygame.android.agent.AdListener


import com.greedygame.android.agent.GreedyGameAds
import com.greedygame.android.core.campaign.CampaignStateListener
import kotlinx.android.synthetic.main.activity_main.*

class MainActivity : AppCompatActivity(), AdListener {
Expand Down

0 comments on commit d8c6725

Please sign in to comment.