Skip to content

Commit

Permalink
change app name to "NewPipe flora" & update kotlin_version to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Jul 14, 2024
1 parent de6aaa2 commit b37482e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
archivesBaseName = 'app'
applicationIdSuffix ".flora"
resValue "string", "app_name", "NewPipe " + "Flora"
resValue "string", "app_name", "NewPipe " + "flora"
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit b37482e

Please sign in to comment.