Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Aug 6, 2019
1 parent b3bdbb5 commit 90792b7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 50 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/misc.xml

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

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android {
applicationId "com.rubenwardy.minetestmodmanager"
minSdkVersion 14
targetSdkVersion 28
versionCode 22
versionName "1.9.0"
buildConfigField "boolean", "ENABLE_RATE_ME", "true"
versionCode 23
versionName "1.9.1"
buildConfigField "boolean", "ENABLE_RATE_ME", "false"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ class SettingsAndAboutActivity : AppCompatActivity() {
System.exit(0)
}

findViewById<View>(R.id.donate).setOnClickListener {
val browserIntent = Intent(Intent.ACTION_VIEW, Uri.parse("https://rubenwardy.com/donate/"))
startActivity(browserIntent)
}

findViewById<View>(R.id.source).setOnClickListener {
val browserIntent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/rubenwardy/mtmods4android/"))
startActivity(browserIntent)
Expand Down
6 changes: 0 additions & 6 deletions app/src/main/res/layout/activity_settingsandabout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
android:layout_height="wrap_content"
android:orientation="horizontal">

<Button
android:id="@+id/donate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/donate" />

<Button
android:id="@+id/source"
android:layout_width="wrap_content"
Expand Down
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -29,9 +29,6 @@ allprojects {
}
}

task wrapper(type: Wrapper) {
gradleVersion = '2.3.1'
}

task clean(type: Delete) {
delete rootProject.buildDir
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 27 14:35:54 BST 2019
#Tue Jun 25 01:40:11 BST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit 90792b7

Please sign in to comment.