Skip to content

Commit

Permalink
v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flxholle committed Dec 6, 2022
1 parent fdf4554 commit 1ab7cd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.asdoi.timetable"
minSdkVersion 21
targetSdkVersion 29
versionCode 16
versionName "1.6"
versionCode 17
versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand All @@ -25,6 +25,7 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}
namespace 'com.ulan.timetable'
buildToolsVersion '33.0.1'
}

dependencies {
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 16,
"versionName": "1.6",
"versionCode": 17,
"versionName": "1.7",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 1ab7cd6

Please sign in to comment.