Skip to content

Commit

Permalink
Bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Apr 10, 2021
1 parent f6bbd66 commit 36d5b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/java/com/alphelios/richierich/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main) {
binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)

binding.bottomnavview.itemIconTintList = null

iapConnector = IapConnector(this, "License Key")
.setNonConsumableInAppIds("no_ads", "super_sword")
.setConsumableInAppIds("base","yearly","quite","moderate", "plenty")
Expand Down
2 changes: 1 addition & 1 deletion iap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 30
versionCode 8
versionCode 10
versionName "1.0.9"
}

Expand Down

0 comments on commit 36d5b25

Please sign in to comment.