Skip to content

Commit

Permalink
Merge pull request Crazyphil#15 from Crazyphil/version-update-test
Browse files Browse the repository at this point in the history
Incremented version to 2.1
  • Loading branch information
Crazyphil authored Feb 17, 2024
2 parents 25e187a + fd35ec4 commit d791e04
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
java-version: 17

- name: Make Gradle wrapper executable
run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
java-version: 17

- name: Make Gradle wrapper executable
run: chmod +x ./gradlew
Expand Down
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.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ android {
defaultConfig {
applicationId android.namespace
minSdk 21
versionCode 3
versionName "2.0"
targetSdk 34
versionCode 4
versionName "2.1"
}

buildTypes {
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=true

0 comments on commit d791e04

Please sign in to comment.