Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Bump to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Dec 20, 2022
1 parent 69bae72 commit d41614c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
val properties = Properties()
properties.load(project.rootProject.file("local.properties").inputStream())

val verName = "1.7"
val verName = "1.8"
val gitCommitCount = "git rev-list HEAD --count".execute().toInt()
val gitCommitHash = "git rev-parse --verify --short HEAD".execute()

Expand All @@ -36,7 +36,9 @@ fun findInPath(executable: String): String? {
}

android {
namespace = "icu.nullptr.twifucker"
compileSdk = 33
buildToolsVersion = "33.0.1"

defaultConfig {
applicationId = "icu.nullptr.twifucker"
Expand Down Expand Up @@ -86,9 +88,6 @@ android {
dependenciesInfo {
includeInApk = false
}

buildToolsVersion = "33.0.0"
namespace = "icu.nullptr.twifucker"
}

afterEvaluate {
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sun Aug 21 14:51:55 MYT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
mavenCentral()
}
plugins {
id("org.jetbrains.kotlin.android") version "1.7.10"
id("org.jetbrains.kotlin.android") version "1.7.22"
}
}

Expand Down

0 comments on commit d41614c

Please sign in to comment.