Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
26.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Sep 10, 2022
1 parent fee7e5d commit ab3086e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ idea.module {

ext {
minSdkVersion = 23
targetSdkVersion = 32
buildToolsVersion = "32.0.0"
targetSdkVersion = 33
buildToolsVersion = "33.0.0"

riruApiVersion = 26
riruMinApiVersion = 24
Expand All @@ -39,7 +39,7 @@ ext {
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 1
versionNamePatch = 6
versionNamePatch = 7

outDir = file("$rootDir/out")
}
Expand Down

0 comments on commit ab3086e

Please sign in to comment.