diff options
| author | Andrew Gaul <andrew@gaul.org> | 2025-04-26 08:50:18 -0700 |
|---|---|---|
| committer | Andrew Gaul <andrew@gaul.org> | 2025-04-26 22:35:46 -0700 |
| commit | 31fc4c0994a70799db9cd0c4edaafbc6ca036a43 (patch) | |
| tree | 03a1114bded29ff49f2fc6d52d759c3c771b1e45 /org.fox.ttrss | |
| parent | 3e7fcb913a4726341f1b6b6138238c10bc27380f (diff) | |
Upgrade to Gradle 7.2
This is required to use Java 17.
Diffstat (limited to 'org.fox.ttrss')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index b3642e3f..e13e6c6e 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 - buildToolsVersion "29.0.2" + compileSdkVersion 33 + buildToolsVersion "30.0.2" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 |