Skip to content

Commit

Permalink
Updated addresses for crypto donation
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Apr 2, 2024
1 parent 3bf4300 commit 84e4cc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.4'
}
}

Expand Down
6 changes: 3 additions & 3 deletions docs/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We really appreciate that you want to support KISS development.
However, before you make your payment, please read the following:

- **Don't donate if you can't afford what you're spending**. KISS is a passion project. I'm lucky enough to have a well-paid job and I don't _need_ this money, and it's the same for most of the team. So don't donate if it will take something away from you.
- **The team appreciate your donation, but it will not give you any entitlement**. Feature development will happen depending on community feedback, and saying "I donated to KISS" will not increase the likelihood of us working on a particular feature. Once again, this is a passion project driven by the community, not by money!
- **The team appreciate your donation, but it will not entitle you to anything**. Feature development will happen depending on community feedback, and saying "I donated to KISS" will not increase the likelihood of us working on a particular feature. Once again, this is a passion project driven by the community, not by money!

If you still want to donate after reading all of the above—thank you so much!

Expand All @@ -29,15 +29,15 @@ In the spirit of open-source, we accept Bitcoin and Ethereum.

### Bitcoin wallet:

<p style="text-align:center; font-size: 1.5em"><tt>37jNrusScmZH6433hKztScKDEwidxKHgnH</tt></p>
<p style="text-align:center; font-size: 1.5em"><tt>bc1q9ztyh7ndnay2vc2tarljx0vugs4zx4mgfy663a</tt></p>

### Lightning URL:

<p style="text-align:center; font-size: 1.5em"><tt>LNURL1DP68GURN8GHJ7EM9W3SKCCNE9E3K7MF0D3H82UNVWQHKUETPD4SHYYTGYZQ</tt></p>

### Ethereum wallet

<p style="text-align:center; font-size: 1.5em"><tt>0x3C907054FB2072a4728Fdc781055bE00aA157b52</tt></p>
<p style="text-align:center; font-size: 1.5em"><tt>0x8c17e5EF36AfC86cbF9642D78190ABE4b566d163</tt></p>

### How will your money be used?

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
org.gradle.unsafe.configuration-cache=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip

0 comments on commit 84e4cc8

Please sign in to comment.