-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
90 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/test/groovy/com/google/protobuf/gradle/version/AgpVersion.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.google.protobuf.gradle.version | ||
|
||
class AgpVersion { | ||
public static String VERSION_3_5_0 = "3.5.0" | ||
public static String VERSION_4_0_0 = "4.0.0" | ||
public static String VERSION_4_1_0 = "4.1.0" | ||
public static String VERSION_4_1_APLHA10 = "4.1.0-alpha10" | ||
public static String VERSION_4_2_APLHA10 = "4.2.0-alpha10" | ||
public static String VERSION_7_2_1 = "7.2.1" | ||
} |
13 changes: 13 additions & 0 deletions
13
src/test/groovy/com/google/protobuf/gradle/version/GradleVersion.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.google.protobuf.gradle.version | ||
|
||
class GradleVersion { | ||
public static String VERSION_5_6 = "5.6" | ||
public static String VERSION_6_0 = "6.0" | ||
public static String VERSION_6_1_1 = "6.1.1" | ||
public static String VERSION_6_5_MILESTONE_1 = "6.5-milestone-1" | ||
public static String VERSION_6_5 = "6.5" | ||
public static String VERSION_6_7_1 = "6.7.1" | ||
public static String VERSION_6_8 = "6.8" | ||
public static String VERSION_7_0 = "7.0" | ||
public static String VERSION_7_4_2 = "7.4.2" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/test/groovy/com/google/protobuf/gradle/version/KotlinVersion.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.google.protobuf.gradle.version | ||
|
||
class KotlinVersion { | ||
public static String VERSION_1_3_20 = "1.3.20" | ||
public static String VERSION_1_3_30 = "1.3.30" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters